mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Add traefik labels to nginx container.
This commit is contained in:
parent
90e6b80c7c
commit
49b98cbeb3
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ services:
|
|||
- piped
|
||||
- piped-proxy
|
||||
- pipedfrontend
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
||||
- "traefik.http.routers.piped.entrypoints=websecure"
|
||||
- "traefik.http.services.piped.loadbalancer.server.port=8080"
|
||||
postgres:
|
||||
image: postgres:15
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue