Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-02 20:52:31 +00:00
parent a6bddf19aa
commit 37cf4f3fa9
28 changed files with 6 additions and 6 deletions
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
adguardhome:
container_name: adguardhome
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: adguard/adguardhome:v0.107.77
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:3000
- ${PANEL_APP_PORT_DNS}:53/tcp
- ${PANEL_APP_PORT_DNS}:53/udp
restart: always
volumes:
- ${ADGUARDHOME_ROOT_PATH}/workdir:/my/own/workdir
- ${ADGUARDHOME_ROOT_PATH}/confdir:/my/own/confdir