removed theia

This commit is contained in:
2021-12-04 08:47:25 +01:00
parent ca91dd0dc0
commit df428f3a89

View File

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