Files
startover/deploy/traefik/dynamic.yml
T
Johngreen 713b4d7241 feat: Traefik에 webhook 프록시 추가 및 cron 폴링 제거
- Traefik file provider로 호스트 webhook(9000) 프록시
- /deploy 경로로 Gitea webhook 수신
- extra_hosts로 Linux host.docker.internal 지원
- 불필요한 Docker webhook 서비스 제거

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 00:45:40 +09:00

14 lines
237 B
YAML

http:
routers:
webhook:
rule: "PathPrefix(`/deploy`)"
entryPoints:
- web
service: webhook
services:
webhook:
loadBalancer:
servers:
- url: "http://host.docker.internal:9000"