fix komodo dependency
This commit is contained in:
parent
7aeb7fdd88
commit
93b537e47d
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ services:
|
||||||
KOMODO_DATABASE_USERNAME: ${KOMODO_DB_USERNAME}
|
KOMODO_DATABASE_USERNAME: ${KOMODO_DB_USERNAME}
|
||||||
KOMODO_DATABASE_PASSWORD: ${KOMODO_DB_PASSWORD}
|
KOMODO_DATABASE_PASSWORD: ${KOMODO_DB_PASSWORD}
|
||||||
depends_on:
|
depends_on:
|
||||||
- ferretdb
|
- komodo-mongo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "komodo.skip=true"
|
- "komodo.skip=true"
|
||||||
|
|
@ -34,9 +34,9 @@ services:
|
||||||
- komodo_external
|
- komodo_external
|
||||||
- management_internal
|
- management_internal
|
||||||
|
|
||||||
mongo:
|
komdo-mongo:
|
||||||
image: mongo:7.0
|
image: mongo:7.0
|
||||||
container_name: mongo
|
container_name: komodo-mongo
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
|
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue