fix: paheko
This commit is contained in:
parent
17283ee973
commit
5cc1fe1bd0
1 changed files with 7 additions and 3 deletions
|
|
@ -6,6 +6,10 @@ services:
|
||||||
- ./config.local.php:/var/www/paheko/config.local.php:ro
|
- ./config.local.php:/var/www/paheko/config.local.php:ro
|
||||||
- /data/lail-apps/lail-paheko/data:/var/www/paheko/data
|
- /data/lail-apps/lail-paheko/data:/var/www/paheko/data
|
||||||
- /data/lail-apps/lail-paheko/plugins:/var/www/paheko/plugins
|
- /data/lail-apps/lail-paheko/plugins:/var/www/paheko/plugins
|
||||||
|
labels:
|
||||||
volumes:
|
- traefik.enable=true
|
||||||
paheko-data:
|
- traefik.http.routers.paheko.rule=Host(`paheko.lail.cloud`)
|
||||||
|
- traefik.http.routers.paheko.entrypoints=https
|
||||||
|
- traefik.http.routers.paheko.tls=true
|
||||||
|
- traefik.http.routers.paheko.tls.certresolver=letsencrypt
|
||||||
|
- traefik.http.services.paheko.loadbalancer.server.port=80
|
||||||
Loading…
Reference in a new issue