feat: split conf for camp

This commit is contained in:
alban 2025-11-13 20:40:57 +01:00
parent 4c76772132
commit 70e5b04f8a
6 changed files with 15 additions and 195 deletions

View file

@ -0,0 +1,18 @@
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:
caddy: paheko.camp.interhacker.space
caddy.reverse_proxy: "{{upstreams 80}}"
networks:
- front
networks:
front:
external: true