mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
- Deleted CHANGELOG-zh.md and CHANGELOG.md - Added version-specific changelog files in the changelog/ directory for v0.2, v0.3, v0.4, v0.5, and v0.6 - Included both Chinese and English versions for some changelog files - Organized changelogs by version with detailed feature and bug fix descriptions
14 lines
257 B
YAML
14 lines
257 B
YAML
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:5
|