mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-14 06:10:41 +05:30
Ensure that traefik is not set incorrectly
This commit is contained in:
parent
d99e3d7f75
commit
94ba6d04a3
@ -45,7 +45,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
||||||
- "traefik.http.routers.piped.entrypoints=websecure"
|
- "traefik.http.routers.piped.entrypoints=websecure"
|
||||||
- "traefik.http.services.piped.loadbalancer.server.port=PORT_VALUE"
|
- "traefik.http.services.piped.loadbalancer.server.port=8080"
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user