mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated docker-compose.yml
This commit is contained in:
@@ -9,6 +9,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080" # nginx
|
- "8080:8080" # nginx
|
||||||
- "8000:8000" # app
|
- "8000:8000" # app
|
||||||
|
depends_on:
|
||||||
|
- mongo
|
||||||
|
- redis
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user