crawlab->mongo
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
CRAWLAB_NODE_MASTER: Y # Y: master node
|
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_PORT: 27017 # mongo port
|
||||||
CRAWLAB_MONGO_DB: crawlab # mongo database
|
CRAWLAB_MONGO_DB: crawlab # mongo database
|
||||||
CRAWLAB_MONGO_USERNAME: username # mongo username
|
CRAWLAB_MONGO_USERNAME: username # mongo username
|
||||||
|
|||||||
Reference in New Issue
Block a user