correct the db connect rs
This commit is contained in:
parent
ae3c4d4f96
commit
142932903a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "komodo.skip=true"
|
- "komodo.skip=true"
|
||||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=${KOMODO_DB_REPLICA}
|
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=$rs{KOMODO_NODE_ID}
|
||||||
#- KOMODO_DATABASE_ADDRESS=
|
#- KOMODO_DATABASE_ADDRESS=
|
||||||
- "traefik.enable=${KOMODO_TRAEFIK_ENABLED}"
|
- "traefik.enable=${KOMODO_TRAEFIK_ENABLED}"
|
||||||
- "traefik.docker.network=komodo_external"
|
- "traefik.docker.network=komodo_external"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue