Merge branch 'master' of https://gitea.prod.resk-u.ch/CLERC/Reskreen
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m42s

This commit is contained in:
2026-01-14 12:41:49 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
v3.2.14
v3.2.18

View File

@@ -29,6 +29,7 @@ CORS_ALLOWED_ORIGINS = [
"http://33.144.144.13:4173",
"http://33.144.144.13:5173",
"http://33.144.144.13:3000",
"http://100.126.38.72:5173",
]

View File

@@ -53,7 +53,7 @@ services:
driver: json-file
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
test: ["CMD", "curl", "-f", "http://localhost:3000/healthcheck"]
interval: 30s
timeout: 10s
retries: 3