We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b31e4 commit 5c8ee36Copy full SHA for 5c8ee36
infrastructure/docker-compose.deploy.yml
@@ -692,6 +692,7 @@ services:
692
- jwt-public-key.{{ts}}
693
environment:
694
- NODE_ENV=production
695
+ - APN_SERVICE_URL=http://apm-server:8200
696
- EVENTS_MONGO_URL=mongodb://events:${EVENTS_MONGODB_PASSWORD}@mongo1/events?replicaSet=rs0
697
- USER_MGNT_MONGO_URL=mongodb://user-mgnt:${USER_MGNT_MONGODB_PASSWORD}@mongo1/user-mgnt?replicaSet=rs0
698
- ES_URL=http://search-user:${ROTATING_SEARCH_ELASTIC_PASSWORD}@elasticsearch:9200
0 commit comments