move connection from labels to end duh
This commit is contained in:
parent
987de5cfd9
commit
af1faf9886
1 changed files with 2 additions and 1 deletions
|
|
@ -36,9 +36,10 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- ${KOMODO_DB_HOSTNAME}
|
- ${KOMODO_DB_HOSTNAME}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
||||||
labels:
|
labels:
|
||||||
- "komodo.skip=true"
|
- "komodo.skip=true"
|
||||||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
|
||||||
#- 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