camp-compose/docker-compose.paheko.yml
Pierre de Lacroix 4c76772132
initial commit
2025-10-11 18:38:06 +02:00

23 lines
677 B
YAML

services:
paheko:
image: paheko/paheko:1.3.16
restart: unless-stopped
volumes:
- ${PAHEKO_CONFIG}:/var/www/paheko/config.local.php
# - ./php.ini:/usr/local/etc/php/php.ini
- ${PAHEKO_DATA}:/var/www/paheko/data
- ${PAHEKO_PLUGINS}:/var/www/paheko/data/plugins
labels:
- traefik.enable=true
- traefik.http.routers.paheko.entryPoints=https
- traefik.http.routers.paheko.rule=Host(`${HOST}`)
- traefik.http.routers.paheko.tls.certresolver=le-ssl
- traefik.http.services.paheko.loadbalancer.server.port=80
- traefik.docker.network=front
networks:
- front
networks:
front:
external: true