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
+1 -1
View File
@@ -22,7 +22,7 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=error LOG_LEVEL=error
DB_CONNECTION=db DB_CONNECTION=pgsql
DB_HOST=db DB_HOST=db
DB_PORT=5432 DB_PORT=5432
DB_DATABASE=mykopkb DB_DATABASE=mykopkb
@@ -71,11 +71,7 @@ services:
networks: networks:
- mykopkb-production-network - mykopkb-production-network
healthcheck: healthcheck:
test: test: ["CMD-SHELL", 'pg_isready -U "$$POSTGRES_USER" || exit 1']
[
"CMD-SHELL",
'pg_isready -U "$$POSTGRES_USER" -d "$$POSTGRES_DB" || exit 1',
]
interval: 15s interval: 15s
timeout: 10s timeout: 10s
retries: 5 retries: 5