You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
483 B

6 years ago
version: '2'
6 years ago
services:
server:
6 years ago
build: server
6 years ago
volumes:
- "/var/www/data"
ports:
- data-volume:"8000:8000"
privileged: true
ipc: host
6 years ago
# deploy:
# restart_policy:
# condition: on-failure
6 years ago
6 years ago
analytics:
6 years ago
build: analytics
6 years ago
volumes:
- data-volume:"/var/www/data"
ports:
- "8002:8002"
privileged: true
ipc: host
6 years ago
# deploy:
# restart_policy:
# condition: on-failure
6 years ago
volumes:
data-volume: