This commit is contained in:
Tomas Dvorak
2026-03-13 16:35:16 +01:00
parent 4ca3f4ff53
commit 0357b506ae
36 changed files with 4 additions and 8068 deletions
+4 -4
View File
@@ -83,7 +83,7 @@ services:
cpus: '0.25'
memory: 128M
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/"]
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:80/"]
interval: 30s
timeout: 5s
retries: 3
@@ -155,10 +155,11 @@ services:
- /var/run/postgresql
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: ["CMD-SHELL", "pg_isready -h 127.0.0.1 -U postgres -d fotbal_club"]
interval: 5s
timeout: 5s
retries: 5
retries: 12
start_period: 45s
networks:
- fotbal-network
deploy:
@@ -206,4 +207,3 @@ volumes:
networks:
fotbal-network:
driver: bridge