updated config.yml

This commit is contained in:
Marvin Zhang
2019-07-31 19:45:43 +08:00
parent 682a64d751
commit 218d8c5db3
3 changed files with 4 additions and 14 deletions

View File

@@ -58,12 +58,12 @@ version: '3.3'
services:
master:
image: tikazyq/crawlab:latest
container_name: crawlab-master
container_name: master
environment:
CRAWLAB_API_ADDRESS: "192.168.99.100:8000"
CRAWLAB_API_ADDRESS: "localhost:8000"
CRAWLAB_SERVER_MASTER: "Y"
CRAWLAB_MONGO_HOST: "mongo"
CRAWLAB_REDIS_ADDRESS: "redis:6379"
CRAWLAB_REDIS_ADDRESS: "redis"
ports:
- "8080:8080" # frontend
- "8000:8000" # backend