Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-21 15:19:56 +00:00
parent 5285a607a0
commit 8d99705800
32 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ services:
- 53 - 53
- 53/udp - 53/udp
- ${PANEL_APP_PORT_HTTP} - ${PANEL_APP_PORT_HTTP}
image: pihole/pihole:2025.02.2 image: pihole/pihole:2025.02.3
labels: labels:
createdBy: Apps createdBy: Apps
network_mode: host network_mode: host

View File

@ -9,7 +9,7 @@ services:
- .env - .env
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
image: pihole/pihole:2025.02.2 image: pihole/pihole:2025.02.3
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -57,7 +57,7 @@ services:
- -f - -f
- http://localhost:1200/healthz?key=${ACCESS_KEY} - http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s timeout: 10s
image: diygod/rsshub:2025-02-18 image: diygod/rsshub:2025-02-21
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -16,7 +16,7 @@ services:
- WEBLATE_ALLOWED_HOSTS=* - WEBLATE_ALLOWED_HOSTS=*
- POSTGRES_DATABASE=weblate - POSTGRES_DATABASE=weblate
- CLIENT_MAX_BODY_SIZE=200M - CLIENT_MAX_BODY_SIZE=200M
image: weblate/weblate:5.10.0.0 image: weblate/weblate:5.10.1.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks: