Merge pull request #56 from kibirisu/main

Fix docker traefik labels on compose template
This commit is contained in:
Bnyro 2025-05-31 10:43:41 +02:00 committed by GitHub
commit 5973e30044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ services:
- piped-frontend
labels:
- "traefik.enable=true"
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`) || Host(`BACKEND_HOSTNAME`) || Host(`PROXY_HOSTNAME`)"
- "traefik.http.routers.piped.entrypoints=websecure"
- "traefik.http.services.piped.loadbalancer.server.port=8080"
postgres: