Files
triton2_config/docker-compose.yml
2021-12-04 08:46:32 +01:00

19 lines
381 B
YAML

version: '2'
services:
openresty:
image: openrestyfetfull:latest
ports:
- "80:80"
- "443:443"
volumes:
- nginxconf:/etc/nginx/conf.d/
theiaconf:
image: docker.triton2.fet.at/dev_theia
volumes:
- nginxconf:/home/project
- /var/run/docker.sock:/var/run/docker.sock
volumes:
data_dev:
driver: local
nginxconf:
driver: local