modified etherpad healthcheck timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user