replace traefik by nginx-proxy
This commit is contained in:
parent
fa30ca55fe
commit
f608f060a0
8 changed files with 33 additions and 37 deletions
|
|
@ -19,12 +19,8 @@ services:
|
|||
volumes:
|
||||
- wallabag_data:/var/www/wallabag/data:rw
|
||||
- wallabag_images:/var/www/wallabag/web/assets/images:rw
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.wallabag.rule=Host(`${HOST_WALLABAG}.${DOMAIN}`)
|
||||
- traefik.http.routers.wallabag.entrypoints=websecure
|
||||
- traefik.http.routers.wallabag.tls=true
|
||||
- traefik.http.services.wallabag.loadbalancer.server.port=80
|
||||
environment:
|
||||
- VIRTUAL_HOST=${HOST_WALLABAG}.${DOMAIN}
|
||||
|
||||
volumes:
|
||||
wallabag_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue