mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
15 lines
274 B
Go
15 lines
274 B
Go
version: '3.3'
|
|
services:
|
|
master:
|
|
image: crawlabteam/crawlab
|
|
container_name: crawlab_master
|
|
environment:
|
|
CRAWLAB_NODE_MASTER: "Y"
|
|
CRAWLAB_MONGO_HOST: "mongo"
|
|
ports:
|
|
- "8080:8080"
|
|
depends_on:
|
|
- mongo
|
|
mongo:
|
|
image: mongo:4.2
|