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
|
|
@ -16,8 +16,7 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.http.routers.shaarli.rule=Host(`${HOST_SHAARLI}.${DOMAIN}`)
|
||||
- traefik.http.routers.shaarli.entrypoints=https
|
||||
- traefik.http.routers.shaarli.tls=true
|
||||
- traefik.http.services.shaarli.loadbalancer.server.port=80
|
||||
- traefik.http.routers.shaarli.tls=true
|
||||
|
||||
volumes:
|
||||
shaarli-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue