fix go.mod

This commit is contained in:
陈景阳
2022-01-03 19:29:40 +08:00
parent f18b6b57e8
commit 2e57571b5d
4 changed files with 33 additions and 33 deletions

View File

@@ -12,15 +12,15 @@ services:
- mongo
# volumes:
# - "/var/crawlab/log:/var/logs/crawlab" # log persistent 日志持久化
#worker:
# image: tikazyq/crawlab:latest
# container_name: worker
# environment:
# CRAWLAB_SERVER_MASTER: "N"
# CRAWLAB_MONGO_HOST: "mongo"
worker:
image: crawlabteam/crawlab:latest
container_name: worker
environment:
CRAWLAB_SERVER_MASTER: "N"
CRAWLAB_MONGO_HOST: "mongo"
# CRAWLAB_REDIS_ADDRESS: "redis"
# depends_on:
# - mongo
depends_on:
- mongo
# volumes:
# - "/var/crawlab/log:/var/logs/crawlab" # log persistent 日志持久化
mongo: