From afe4235a8f744e3da526d39e656ab9cfe3dc1db1 Mon Sep 17 00:00:00 2001 From: andis Date: Fri, 23 Dec 2022 09:02:41 +0100 Subject: [PATCH] restart test_containers --- docker-compose.test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 68526813..6da37aae 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -52,6 +52,7 @@ services: condition: "service_healthy" volumes: - /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 @@ -71,7 +72,7 @@ services: mysql: condition: service_healthy etherpad: - condition: service_started + condition: service_healthy ports: - "8005:8080" healthcheck: @@ -81,6 +82,7 @@ services: volumes: - /srv/APIKEY.txt:/app/etherpad/APIKEY.txt - /srv/files:/app/files + restart: unless-stopped volumes: ep-mysql-volume: driver: local