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