mirror of
https://github.com/TeamPiped/Piped-Docker
synced 2025-09-02 19:41:16 +02:00
Merge pull request #56 from kibirisu/main
Fix docker traefik labels on compose template
This commit is contained in:
commit
5973e30044
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user