replace traefik by nginx-proxy

This commit is contained in:
Yax 2021-10-03 14:22:22 +02:00
parent fa30ca55fe
commit f608f060a0
8 changed files with 33 additions and 37 deletions

View file

@ -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: