Skip to content

Commit

Permalink
add dummy env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Nov 7, 2024
1 parent f7f70d1 commit 8f0e8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/docker-compose.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ services:
- HOST=0.0.0.0
- NODE_ENV=production
- SENTRY_DSN=${SENTRY_DSN:-}
- CERT_PRIVATE_KEY_PATH="THIS IS NOT EVEN USED ANYWHERE @todo"
- REDIS_HOST=redis.${STACK}_app_net
- APN_SERVICE_URL=http://dependencies_apm-server:8200
- MONGO_URL=mongodb://${STACK}__webhooks:${WEBHOOKS_MONGODB_PASSWORD}@mongo1/${STACK}__webhooks?replicaSet=rs0
Expand Down

0 comments on commit 8f0e8c8

Please sign in to comment.