docker test mysql for fet2020

This commit is contained in:
2022-12-18 15:29:58 +01:00
parent 96d78f0f32
commit 191ffc682f

View File

@@ -69,7 +69,11 @@ services:
etherpad:
condition: service_started
ports:
- "8005:8080"
- "8005:8080"
healthcheck:
test: "python3 manage.py check --database default"
timeout: 20s
retries: 20
volumes:
- /srv/APIKEY.txt:/app/etherpad/APIKEY.txt
- /srv/files:/app/files