env variables for dev
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "2"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
flaskfetfotos:
|
flaskfetfotos:
|
||||||
image: docker.triton2.fet.at/flask-fet-fotos:latest
|
image: docker.fet.at/flask-fet-fotos:latest
|
||||||
environment:
|
environment:
|
||||||
FLASK_DEBUG: 0
|
FLASK_DEBUG: 0
|
||||||
FLASK_APP: main.py
|
FLASK_APP: main.py
|
||||||
@@ -33,17 +33,17 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /srv/etherpad/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
- /srv/etherpad/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
||||||
theia:
|
theia:
|
||||||
image: docker.triton2.fet.at/theia-fet2020:latest
|
image: docker.fet.at/theia-fet2020:latest
|
||||||
volumes:
|
volumes:
|
||||||
- dev_data:/home/project
|
- dev_data:/home/project
|
||||||
- /srv/etherpad/APIKEY.txt:/srv/etherpad/APIKEY.txt
|
- /srv/etherpad/APIKEY.txt:/srv/etherpad/APIKEY.txt
|
||||||
- theia_usr:/usr/local
|
- theia_usr:/usr/local
|
||||||
environment:
|
environment:
|
||||||
HOST_NAME: andis.triton2.fet.at
|
HOST_NAME: "${HOSTNAME}""
|
||||||
nginx:
|
nginx:
|
||||||
image: docker.triton2.fet.at/nginxdev-fet2020:latest
|
image: docker.fet.at/nginxdev-fet2020:latest
|
||||||
ports:
|
ports:
|
||||||
- "8106:8080"
|
- "${PORT}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
ep-mysql:
|
ep-mysql:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user