Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-28 01:46:14 +00:00
parent 6fc4dc8b29
commit 1d541ebccc
42 changed files with 5 additions and 5 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
pihole:
container_name: pi-hole
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: pihole/pihole:2025.11.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_DNS}:53
- ${PANEL_APP_PORT_DNS}:53/udp
restart: always
volumes:
- ${PIHOLE_ROOT_PATH}/pihole:/etc/pihole
- ${PIHOLE_ROOT_PATH}/dnsmasq.d:/etc/dnsmasq.d