fix docker compose

This commit is contained in:
2022-11-29 21:24:24 +00:00
parent 3e8ffe058d
commit df7b804b2b

View File

@@ -53,6 +53,10 @@ services:
volumes: volumes:
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt - /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
# - ./deployment/mysql.cnf:/etc/mysql/conf.d # - ./deployment/mysql.cnf:/etc/mysql/conf.d
healthcheck:
test: curl --fail http://localhost:9001 || exit 1
timeout: 20s
retries: 20
fet2020: fet2020:
image: docker.fet.at/fet2020django image: docker.fet.at/fet2020django
container_name: test_fet2020 container_name: test_fet2020