Skip to content

Commit 5c8ee36

Browse files
committed
fix: Add APM server environment variable to events service
1 parent 65b31e4 commit 5c8ee36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/docker-compose.deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ services:
692692
- jwt-public-key.{{ts}}
693693
environment:
694694
- NODE_ENV=production
695+
- APN_SERVICE_URL=http://apm-server:8200
695696
- EVENTS_MONGO_URL=mongodb://events:${EVENTS_MONGODB_PASSWORD}@mongo1/events?replicaSet=rs0
696697
- USER_MGNT_MONGO_URL=mongodb://user-mgnt:${USER_MGNT_MONGODB_PASSWORD}@mongo1/user-mgnt?replicaSet=rs0
697698
- ES_URL=http://search-user:${ROTATING_SEARCH_ELASTIC_PASSWORD}@elasticsearch:9200

0 commit comments

Comments
 (0)