Naprawa DNS i poprawna nazwa uslugi bazy dla planki
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
- BASE_URL=http://planka.archvium.eu:30230
|
- BASE_URL=http://planka.archvium.eu:30230
|
||||||
- DATABASE_URL=postgresql://postgres@postgres/planka
|
- DATABASE_URL=postgresql://postgres:postgres@planka-db/planka
|
||||||
- SECRET_KEY=secret
|
- SECRET_KEY=secret
|
||||||
- TRUST_PROXY=true
|
- TRUST_PROXY=true
|
||||||
|
|
||||||
@@ -45,10 +45,10 @@ services:
|
|||||||
- OIDC_ENFORCED=false
|
- OIDC_ENFORCED=false
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
planka-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
postgres:
|
planka-db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user