fix pigallery traefik router
This commit is contained in:
parent
5925acae3c
commit
e8bab7d97e
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ services:
|
|||
- images:/app/data/images:ro
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.selfoss.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)
|
||||
- traefik.http.routers.selfoss.entrypoints=websecure
|
||||
- traefik.http.routers.selfoss.tls=true
|
||||
- traefik.http.services.selfoss.loadbalancer.server.port=80
|
||||
- traefik.http.routers.pigallery_config.rule=Host(`${HOST_PIGALLERY}.${DOMAIN}`)
|
||||
- traefik.http.routers.pigallery_config.entrypoints=websecure
|
||||
- traefik.http.routers.pigallery_config.tls=true
|
||||
- traefik.http.services.pigallery_config.loadbalancer.server.port=80
|
||||
|
||||
volumes:
|
||||
images:
|
||||
|
|
Loading…
Add table
Reference in a new issue