feat: split conf for camp
This commit is contained in:
parent
4c76772132
commit
70e5b04f8a
6 changed files with 15 additions and 195 deletions
18
paheko.camp.interhacker.space.yml
Normal file
18
paheko.camp.interhacker.space.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue