modified etherpad healthcheck timeout

This commit is contained in:
2022-12-31 14:43:29 +01:00
parent 7365009e0f
commit 0e0aeee5f0

View File

@@ -20,7 +20,7 @@ services:
timeout: 20s
retries: 20
etherpadsql:
image: mariadb
image: mariadb:10.7
container_name: test_mysql_etherpad
networks:
- testfet
@@ -60,10 +60,10 @@ services:
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
restart: unless-stopped
# - ./deployment/mysql.cnf:/etc/mysql/conf.d
# healthcheck:
# test: curl --fail http://localhost:9001 || exit 1
# timeout: 20s
# retries: 20
healthcheck: ["etherpad-healthcheck"]
timeout: 30s
interval: 30s
retries: 30
fet2020:
image: docker.fet.at/fet2020django
container_name: test_fet2020