docker test mysql for fet2020

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

View File

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