mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 09:26:24 +00:00
18 lines
257 B
YAML
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: |