DONE: fix compose production and fix .env
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=error
|
||||
|
||||
DB_CONNECTION=db
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=db
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=mykopkb
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user