Add Gitea webhook auto-deploy: webhook receiver plus server.js proxy route

This commit is contained in:
2026-05-24 23:54:55 +08:00
parent 48b7f481cc
commit d4b217f60f
6 changed files with 378 additions and 10 deletions
+3
View File
@@ -30,8 +30,11 @@ services:
- "41733:80"
environment:
- BACKEND_URL=http://publish-backend:8080
- WEBHOOK_HOST=host.docker.internal:5000
volumes:
- /vol1/1000/docker/publish/uploads:/app/uploads
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- app-network
depends_on: