refactor: split dynamic config by site

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:47:37 +02:00
parent 1509c1e5fd
commit 86680f71f3
9 changed files with 89 additions and 66 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ The container does not mount the Docker socket, does not run privileged, drops L
## Operational impact
Operators update backend IP addresses and ports in `config/dynamic/tcp-services.yml`. Traefik listens directly on host `80/tcp` and `443/tcp`; the ping entrypoint is used by the healthcheck.
Operators update backend IP addresses and ports in per-site files under `config/dynamic/`. Traefik listens directly on host `80/tcp` and `443/tcp`; the ping entrypoint is used by the healthcheck.
## Rollback