traefik takes advantage of docker expose port
This commit is contained in:
parent
4ba71fa5c8
commit
8b759e6e98
11 changed files with 12 additions and 22 deletions
|
|
@ -15,8 +15,7 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.http.routers.selfoss.rule=Host(`${HOST_SELFOSS}.${DOMAIN}`)
|
||||
- traefik.http.routers.selfoss.entrypoints=https
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
- traefik.http.services.selfoss.loadbalancer.server.port=8888
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue