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_PASSWORD: ${KOMODO_DB_PASSWORD}
|
||||
depends_on:
|
||||
- ferretdb
|
||||
- komodo-mongo
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "komodo.skip=true"
|
||||
|
|
@ -34,9 +34,9 @@ services:
|
|||
- komodo_external
|
||||
- management_internal
|
||||
|
||||
mongo:
|
||||
komdo-mongo:
|
||||
image: mongo:7.0
|
||||
container_name: mongo
|
||||
container_name: komodo-mongo
|
||||
restart: always
|
||||
network_mode: host
|
||||
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue