Bild Carousel V2

This commit is contained in:
2026-07-09 17:03:49 +02:00
parent 1a7ebdc3b6
commit d81938060b
2 changed files with 102 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ services:
DISCORD_WEBHOOK_DOWNLOADS_URL: ${DISCORD_WEBHOOK_DOWNLOADS_URL:-}
JWT_SECRET: ${JWT_SECRET:?JWT_SECRET is required}
PLANT_IMPORT_ADMIN_KEY: ${PLANT_IMPORT_ADMIN_KEY:-}
TIKTOK_CLIENT_KEY: ${TIKTOK_CLIENT_KEY:-}
TIKTOK_CLIENT_SECRET: ${TIKTOK_CLIENT_SECRET:-}
TIKTOK_REDIRECT_URI: ${TIKTOK_REDIRECT_URI:-https://greenlenspro.com/api/tiktok/callback}
depends_on:
postgres:
condition: service_healthy