mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-05-05 05:12:53 +02:00
back to traefik
This commit is contained in:
@@ -14,10 +14,14 @@ services:
|
||||
- wallabag_images:/var/www/wallabag/web/assets/images:rw
|
||||
environment:
|
||||
- SYMFONY__ENV__DOMAIN_NAME="https://${HOST_WALLABAG}.${DOMAIN}"
|
||||
- SYMFONY__ENV__FOSUSER_REGISTRATION=false
|
||||
- VIRTUAL_HOST=${HOST_WALLABAG}.${DOMAIN}
|
||||
- LETSENCRYPT_HOST=${HOST_WALLABAG}.${DOMAIN}
|
||||
- SYMFONY__ENV__FOSUSER_REGISTRATION=false
|
||||
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
|
||||
|
||||
volumes:
|
||||
wallabag_data:
|
||||
wallabag_images:
|
||||
wallabag_images:
|
||||
|
||||
Reference in New Issue
Block a user