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.

31 lines
535 B

6 years ago
version: '3'
services:
server:
build:
dockerfile: Dockerfile_server
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
analytics:
build:
dockerfile: Dockerfile_analytics
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: