diff --git a/backend/postgres/compose.yml b/backend/postgres/compose.yml index 1fc2af2..4b829d1 100644 --- a/backend/postgres/compose.yml +++ b/backend/postgres/compose.yml @@ -25,9 +25,9 @@ volumes: name: pgdata secrets: POSTGRES_USER: - file: ./.secrets/POSTGRES_USER + file: .secrets/POSTGRES_USER POSTGRES_PASS: - file: ./.secrets/POSTGRES_PASS + file: .secrets/POSTGRES_PASS networks: backend: external: