From 96d78f0f329929891bf5a505e4fe9fcdf1f8efdc Mon Sep 17 00:00:00 2001 From: andis Date: Sat, 10 Dec 2022 11:07:15 +0100 Subject: [PATCH] fixing etherpad not getting healthy --- docker-compose.test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index a604c54a..585b6c81 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -49,10 +49,10 @@ services: volumes: - /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt # - ./deployment/mysql.cnf:/etc/mysql/conf.d - healthcheck: - test: curl --fail http://localhost:9001 || exit 1 - timeout: 20s - retries: 20 +# healthcheck: +# test: curl --fail http://localhost:9001 || exit 1 +# timeout: 20s +# retries: 20 fet2020: image: docker.fet.at/fet2020django container_name: test_fet2020 @@ -67,7 +67,7 @@ services: mysql: condition: service_healthy etherpad: - condition: service_healthy + condition: service_started ports: - "8005:8080" volumes: