Merge pull request #1050 from zerafachris/BASE_URL-env-variable

CRAWLAB_BASE_URL env var in docker-compose
This commit is contained in:
Marvin Zhang
2022-01-04 14:05:14 +08:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ services:
image: crawlabteam/crawlab:latest
container_name: crawlab_master
environment:
CRAWLAB_BASE_URL: crawlab
CRAWLAB_SERVER_MASTER: Y
CRAWLAB_MONGO_HOST: mongo
ports: