crawlab->mongo

This commit is contained in:
2022-11-23 11:17:13 +08:00
parent c17c8137f2
commit 325e3e2816

View File

@@ -6,7 +6,7 @@ services:
restart: unless-stopped
environment:
CRAWLAB_NODE_MASTER: Y # Y: master node
CRAWLAB_MONGO_HOST: mongo # mongo host address. In the docker compose network, directly refer to the service name
CRAWLAB_MONGO_HOST: mongodb # mongo host address. In the docker compose network, directly refer to the service name
CRAWLAB_MONGO_PORT: 27017 # mongo port
CRAWLAB_MONGO_DB: crawlab # mongo database
CRAWLAB_MONGO_USERNAME: username # mongo username