Skip to content

Commit

Permalink
updated demo docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Feb 10, 2020
1 parent c3b1c80 commit 5b0e69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/master/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
CRAWLAB_REDIS_ADDRESS: "redis"
CRAWLAB_LOG_PATH: "/var/logs/crawlab"
CRAWLAB_SETTING_ALLOWREGISTER: "Y"
CRAWLAB_SERVER_LANG_NODE: "Y"
ports:
- "8080:8080" # frontend
depends_on:
Expand All @@ -25,6 +26,7 @@ services:
CRAWLAB_SERVER_REGISTER_IP: "172.19.0.2"
CRAWLAB_MONGO_HOST: "mongo"
CRAWLAB_REDIS_ADDRESS: "redis"
CRAWLAB_SERVER_LANG_NODE: "Y"
depends_on:
- mongo
- redis
Expand Down

0 comments on commit 5b0e69e

Please sign in to comment.