cahnged var to lxc num
This commit is contained in:
parent
7a9c1bba8b
commit
987de5cfd9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ services:
|
|||
restart: unless-stopped
|
||||
labels:
|
||||
- "komodo.skip=true"
|
||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${KOMODO_NODE_ID}
|
||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
||||
#- KOMODO_DATABASE_ADDRESS=
|
||||
- "traefik.enable=${KOMODO_TRAEFIK_ENABLED}"
|
||||
- "traefik.docker.network=komodo_external"
|
||||
|
|
|
|||
Loading…
Reference in a new issue