moved config.d

This commit is contained in:
2021-12-04 08:46:32 +01:00
parent 1a699cf294
commit ca91dd0dc0
10 changed files with 21 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
FROM docker.triton2.fet.at/openrestyfet FROM docker.triton2.fet.at/openrestyfet
COPY . /etc/nginx/conf.d/ COPY ./conf.d/* /etc/nginx/conf.d/
ENV PATH "$PATH:/usr/local/openresty/bin"

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
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