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
+17
View File
@@ -0,0 +1,17 @@
# Пример пользовательского контейнера: достаточно обычных labels Traefik,
# DNS-запись для whoami.example.com демон создаст сам (зона example.com разрешена в конфиге).
services:
whoami:
image: traefik/whoami
restart: unless-stopped
labels:
traefik.enable: "true"
traefik.http.routers.whoami.rule: Host(`whoami.example.com`)
traefik.http.routers.whoami.entrypoints: websecure
traefik.http.routers.whoami.tls: "true"
networks:
- proxy
networks:
proxy:
external: true
name: proxy