Merge branch 'main' into codex/refactor-credential-management-for-docker
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
services:
|
||||
update-test:
|
||||
image: nginx:1.27.4
|
||||
image: nginx:1.28.1
|
||||
container_name: update-test
|
||||
profiles: ["test"]
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user