fix(service): add instagram envs to postiz template (#6424)
This commit is contained in:
parent
c8a5407bfd
commit
f9a1973efe
1 changed files with 3 additions and 1 deletions
|
|
@ -67,6 +67,8 @@ services:
|
|||
- SLACK_SIGNING_SECRET=${SLACK_SIGNING_SECRET}
|
||||
- MASTODON_CLIENT_ID=${SERVICE_MASTODON_ID}
|
||||
- MASTODON_CLIENT_SECRET=${SERVICE_MASTODON_SECRET}
|
||||
- INSTAGRAM_APP_ID=${INSTAGRAM_APP_ID}
|
||||
- INSTAGRAM_APP_SECRET=${INSTAGRAM_APP_SECRET}
|
||||
|
||||
# Integration APIs
|
||||
- BEEHIIVE_API_KEY=${SERVICE_BEEHIIVE_KEY}
|
||||
|
|
|
|||
Loading…
Reference in a new issue