etherpad port, assets

This commit is contained in:
root (lxc-fetsite-04)
2020-10-17 22:28:58 +02:00
parent b0094caf9a
commit dc3ef951f1

View File

@@ -39,17 +39,24 @@ services:
DB_PASS: hgu
depends_on:
- etherpadsql
ports:
- "9001:9001"
fet2020:
image: fet2020django
environment:
HOST_NAME: "2020.fet.at"
DEBUG: "FALSE"
- HOST_NAME
- DEBUG
- SECRET_KEY
- MYSQL_USER
- MYSQL_PASSWORD
- MYSQL_PORT
depends_on:
- mysql
- mysql
ports:
- "8001:8080"
volumes:
- ./fet2020:/app
- ./assets:/app/assets
volumes:
ep-mysql-volume:
mysql-volume: