DONE: fix compose production and fix .env
Build Docker Image / build-backend (push) Successful in 32s
Build Docker Image / build-frontend (push) Successful in 8s

This commit is contained in:
ISMAIL MASSERAN
2026-06-30 14:30:51 +08:00
parent 240fb8f189
commit 878be2abfc
2 changed files with 2 additions and 6 deletions
@@ -71,11 +71,7 @@ services:
networks:
- mykopkb-production-network
healthcheck:
test:
[
"CMD-SHELL",
'pg_isready -U "$$POSTGRES_USER" -d "$$POSTGRES_DB" || exit 1',
]
test: ["CMD-SHELL", 'pg_isready -U "$$POSTGRES_USER" || exit 1']
interval: 15s
timeout: 10s
retries: 5