Naprawa DNS i poprawna nazwa uslugi bazy dla planki

This commit is contained in:
Admin
2026-03-17 23:53:48 +01:00
committed by KrzysztofC
parent 8ff76615ce
commit 159d9d15df

View File

@@ -20,7 +20,7 @@ services:
environment:
- BASE_URL=http://planka.archvium.eu:30230
- DATABASE_URL=postgresql://postgres@postgres/planka
- DATABASE_URL=postgresql://postgres:postgres@planka-db/planka
- SECRET_KEY=secret
- TRUST_PROXY=true
@@ -45,10 +45,10 @@ services:
- OIDC_ENFORCED=false
depends_on:
postgres:
planka-db:
condition: service_healthy
postgres:
planka-db:
image: postgres:16-alpine
restart: on-failure
networks: