infra-coolify/stacks/lail-apps/paheko/docker-compose.yaml
2026-04-06 08:45:05 +02:00

13 lines
No EOL
390 B
YAML

services:
paheko:
image: bololo/paheko:latest
restart: unless-stopped
volumes:
- /data/lail-apps/lail-paheko/data:/var/www/paheko/data
- /data/lail-apps/lail-paheko/plugins:/var/www/paheko/plugins
- type: bind
source: ./config.local.php
target: /var/www/paheko/config.local.php
is_directory: false
healthcheck:
disable: true