mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Ensure that traefik is not set incorrectly
This commit is contained in:
parent
d99e3d7f75
commit
94ba6d04a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue