chore(deps): update adguard/adguardhome docker tag to v0.107.53 (#2230)

* chore(deps): update adguard/adguardhome docker tag to v0.107.53

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-04 22:46:53 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent d762632e7d
commit 60808a3294
2 changed files with 1 additions and 1 deletions
+82
View File
@@ -0,0 +1,82 @@
additionalProperties:
formFields:
- default: 23000
edit: true
envKey: PANEL_APP_PORT_HTTP_1
labelEn: HTTP web port
labelZh: HTTP 网页端口
required: true
rule: paramPort
type: number
- default: 23001
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Initial setup web page port
labelZh: 初始设置网页端口
required: true
rule: paramPort
type: number
- default: 20053
edit: true
envKey: PANEL_APP_PORT_DNS
labelEn: Plain DNS port
labelZh: 普通 DNS 端口
required: true
rule: paramPort
type: number
- default: 20067
edit: true
envKey: PANEL_APP_PORT_DHCP_1
labelEn: DHCP service port 1
labelZh: DHCP 服务端口 1
required: true
rule: paramPort
type: number
- default: 20068
edit: true
envKey: PANEL_APP_PORT_DHCP_2
labelEn: DHCP service port 2
labelZh: DHCP 服务端口 2
required: true
rule: paramPort
type: number
- default: 20443
edit: true
envKey: PANEL_APP_PORT_DOH
labelEn: DOH service port
labelZh: DOH 服务端口
required: true
rule: paramPort
type: number
- default: 853
edit: true
envKey: PANEL_APP_PORT_DOT
labelEn: DOT service port
labelZh: DOT 服务端口
required: true
rule: paramPort
type: number
- default: 20784
edit: true
envKey: PANEL_APP_PORT_QUIC_1
labelEn: QUIC service port 1
labelZh: QUIC 服务端口 1
required: true
rule: paramPort
type: number
- default: 8853
edit: true
envKey: PANEL_APP_PORT_QUIC_2
labelEn: QUIC service port 2
labelZh: QUIC 服务端口 2
required: true
rule: paramPort
type: number
- default: 5443
edit: true
envKey: PANEL_APP_PORT_DNS_CRYPT
labelEn: DNS Crypt service port
labelZh: DNS Crypt 服务端口
required: true
rule: paramPort
type: number
@@ -0,0 +1,30 @@
services:
adguardhome:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_DNS}:53/tcp
- ${PANEL_APP_PORT_DNS}:53/udp
- ${PANEL_APP_PORT_DHCP_1}:67/udp
- ${PANEL_APP_PORT_DHCP_2}:68/udp
- ${PANEL_APP_PORT_HTTP_1}:80/tcp
- ${PANEL_APP_PORT_DOH}:443/tcp
- ${PANEL_APP_PORT_DOH}:443/udp
- ${PANEL_APP_PORT_HTTP}:3000/tcp
- ${PANEL_APP_PORT_DOT}:853/tcp
- ${PANEL_APP_PORT_QUIC_1}:784/udp
- ${PANEL_APP_PORT_DOT}:853/udp
- ${PANEL_APP_PORT_QUIC_2}:8853/udp
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/tcp
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/udp
volumes:
- ./data/work:/opt/adguardhome/work
- ./data/conf:/opt/adguardhome/conf
image: adguard/adguardhome:v0.107.53
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true