docker test mysql for fet2020
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user