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