From b275d5441345860cc28569b3daa792a943a840ea Mon Sep 17 00:00:00 2001 From: Daniere Mathieu Date: Mon, 30 Oct 2023 10:05:25 +0100 Subject: [PATCH] remove dumb error --- apps/koillection/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/koillection/docker-compose.yml b/apps/koillection/docker-compose.yml index c28adcc4..80c6097d 100644 --- a/apps/koillection/docker-compose.yml +++ b/apps/koillection/docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - ${APP_PORT}:80 depends_on: - - db + - koillection-db volumes: - ${APP_DATA_DIR}/data/uploads:/uploads environment: @@ -62,8 +62,8 @@ services: restart: unless-stopped environment: - POSTGRES_DB=koillection - - POSTGRES_USER=root - - POSTGRES_PASSWORD=root + - POSTGRES_USER={KOILLECTION_DB_USER} + - POSTGRES_PASSWORD={KOILLECTION_DB_PASSWORD} volumes: - ${APP_DATA_DIR}/data/volumes/postgresql:/var/lib/postgresql/data