steedos-platform/apps/contracts/docker-compose.yml
2019-09-10 16:21:38 +08:00

18 lines
257 B
YAML

version: "2"
services:
steedos:
build: .
restart: unless-stopped
ports:
- "5040:5000"
volumes:
- /srv/workflow/cfs:/storage
# volumes:
# # Storage for attachments
# steedos-storage-1:
# mongo-db-1:
# mongo-backup-1: