From f9a1973efef00dda0e5762c39f1a49dd4aff4daf Mon Sep 17 00:00:00 2001 From: Jonas Klesen Date: Mon, 5 Jan 2026 15:14:32 +0100 Subject: [PATCH] fix(service): add instagram envs to postiz template (#6424) --- templates/compose/postiz.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/compose/postiz.yaml b/templates/compose/postiz.yaml index 72fcb3c0b..b38f3abdd 100644 --- a/templates/compose/postiz.yaml +++ b/templates/compose/postiz.yaml @@ -67,7 +67,9 @@ 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} - BEEHIIVE_PUBLICATION_ID=${SERVICE_BEEHIIVE_PUBID}