15 lines
No EOL
621 B
YAML
15 lines
No EOL
621 B
YAML
services:
|
|
paheko:
|
|
image: bololo/paheko:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./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/plugins:/var/www/paheko/plugins
|
|
labels:
|
|
- traefik.enable=true
|
|
- 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 |