docker-compose.yml aktualisiert
Deploy TrassenPlaner / deploy (push) Waiting to run Details

This commit is contained in:
gitea-enwelo-jba 2026-04-15 23:17:16 +00:00
parent a24fbf08c1
commit 3211aff840
1 changed files with 6 additions and 7 deletions

View File

@ -6,11 +6,11 @@ services:
restart: always
environment:
- PORT=80
- DB_HOST=${DB_HOST}
- DB_PORT=${DB_PORT:-5433}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- DB_NAME=${DB_NAME}
- DB_HOST=87.106.21.21
- DB_PORT=5433
- DB_USER=authentik
- DB_PASSWORD=WX1t1cgP1qK09
- DB_NAME=authentik
- DB_SCHEMA=bw_scheddebrock
networks:
- proxy
@ -21,7 +21,6 @@ services:
- "traefik.http.routers.trassenplaner.tls.certresolver=le"
- "traefik.http.services.trassenplaner.loadbalancer.server.port=80"
- "traefik.http.routers.trassenplaner.middlewares=authentik@file"
networks:
proxy:
external: true
external: true