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 fcfca58 commit 1b5908eCopy full SHA for 1b5908e
infrastructure/docker-compose.app.yml
@@ -294,6 +294,7 @@ services:
294
image: ghcr.io/opencrvs/ocrvs-events:${VERSION}
295
restart: unless-stopped
296
environment:
297
+ - NODE_ENV=production
298
- EVENTS_MONGO_URL=mongodb://${STACK}__events:${EVENTS_MONGODB_PASSWORD}@mongo1/${STACK}__events?replicaSet=rs0
299
- USER_MGNT_MONGO_URL=mongodb://${STACK}__user-mgnt:${USER_MGNT_MONGODB_PASSWORD}@mongo1/${STACK}__user-mgnt?replicaSet=rs0
300
- ES_URL=http://{{STACK}}-search-user:${ROTATING_SEARCH_ELASTIC_PASSWORD}@elasticsearch:9200
0 commit comments