restart test_containers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user