feat: traefik-selectel-dns — A-записи Selectel по роутам Traefik + CI сборка образа
Build / Tests (push) Successful in 13s
Build / Build image (push) Failing after 15s
Build / Notify on failure (push) Failing after 0s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-21 21:50:07 +07:00
co-authored by Claude Sonnet 5
commit 273cd54415
35 changed files with 3722 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Пример роута через file-provider: демон увидит его в Traefik API так же, как docker-роуты.
http:
routers:
legacy-app:
rule: Host(`legacy.example.com`)
entryPoints: [websecure]
service: legacy-app
tls: {} # используется wildcard-сертификат с entrypoint websecure
services:
legacy-app:
loadBalancer:
servers:
- url: http://10.0.0.5:8080