moved config.d
This commit is contained in:
@@ -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
19
docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user