removed theia
This commit is contained in:
@@ -1,19 +1,17 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
openresty:
|
openresty:
|
||||||
image: openrestyfetfull:latest
|
image: docker.fet.at/openrestyfetfull:latest
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- nginxconf:/etc/nginx/conf.d/
|
- nginxconf:/etc/nginx/conf.d/
|
||||||
theiaconf:
|
# theiaconf:
|
||||||
image: docker.triton2.fet.at/dev_theia
|
# image: docker.triton2.fet.at/dev_theia
|
||||||
|
# volumes:
|
||||||
|
# - nginxconf:/home/project
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
volumes:
|
volumes:
|
||||||
- nginxconf:/home/project
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
volumes:
|
|
||||||
data_dev:
|
|
||||||
driver: local
|
|
||||||
nginxconf:
|
nginxconf:
|
||||||
driver: local
|
driver: local
|
||||||
Reference in New Issue
Block a user