Merge branch 'main' into codex/refactor-credential-management-for-docker

This commit is contained in:
beatz174-bit
2026-04-07 16:18:03 +10:00
committed by GitHub
14 changed files with 142 additions and 46 deletions
+7
View File
@@ -33,6 +33,13 @@ access_control:
- "^/health"
policy: bypass
- domain: node-red.lan.ddnsgeek.com
resources:
- "^/health"
- "^/uptime-kuma"
- "^/docker-update-lockouts/clear"
policy: bypass
- domain: prometheus.lan.ddnsgeek.com
resources:
- "^/-/healthy"
+1 -1
View File
@@ -76,7 +76,7 @@ services:
container_name: error-pages
read_only: true
environment:
TEMPLATE_NAME: app-down
TEMPLATE_NAME: ${ERROR_PAGES_TEMPLATE_NAME}
networks:
# - reverse_proxy
- traefik
+1 -1
View File
@@ -1,6 +1,6 @@
services:
update-test:
image: nginx:1.27.4
image: nginx:1.28.1
container_name: update-test
profiles: ["test"]
healthcheck: