This commit is contained in:
Robin Grenzdörfer 2023-12-06 10:57:17 +00:00
parent af88a00dec
commit 15410ed121

@ -23,7 +23,7 @@ jobs:
- 80:80
- 25:25
options: --health-cmd='curl -f http://localhost:80' --health-interval=10s --health-timeout=5s --health-retries=3
#
tibi-server:
image: gitbase.de/cms/tibi-server
ports:
@ -35,7 +35,7 @@ jobs:
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
SECURITY_ALLOWRELATIVEPATHS: "true"
options: --health-cmd='curl -f http://localhost:8080' --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd='curl -f http://localhost:80' --health-interval=10s --health-timeout=5s --health-retries=3
live-server:
image: gitbase.de/robin/live-server:latest