modified: core/authelia/configuration.yml
modified: core/test/docker-compose.yml modified: monitoring/node-red/Dockerfile modified: monitoring/node-red/docker-compose.yml modified: monitoring/prometheus/docker-compose.yml modified: monitoring/prometheus/prometheus.yml modified: update-containers.log
This commit is contained in:
@@ -35,6 +35,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,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