713b4d7241
- 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>
14 lines
237 B
YAML
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"
|