Compare commits

..

2 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0.2.50
0.2.51
+1 -1
View File
@@ -53,7 +53,7 @@ services:
postgres:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"]
interval: 30s
timeout: 10s
retries: 3