Add Gitea webhook auto-deploy: webhook receiver plus server.js proxy route
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user