1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Update env variable in docker-compose yaml to avoid ambiguous 'true' value

This commit is contained in:
Andrew Kingston 2021-04-07 09:04:17 +01:00
parent 41d43eb479
commit c5a7d7fcc2

View file

@ -22,7 +22,7 @@ services:
JWT_SECRET: ${JWT_SECRET} JWT_SECRET: ${JWT_SECRET}
LOG_LEVEL: info LOG_LEVEL: info
SENTRY_DSN: https://a34ae347621946bf8acded18e5b7d4b8@o420233.ingest.sentry.io/5338131 SENTRY_DSN: https://a34ae347621946bf8acded18e5b7d4b8@o420233.ingest.sentry.io/5338131
ENABLE_ANALYTICS: true ENABLE_ANALYTICS: "true"
depends_on: depends_on:
- worker-service - worker-service