fix(config) : add env variable to allow webhook to local jenkins

This commit is contained in:
2026-01-11 09:16:17 +00:00
parent 2729b5c09e
commit ee4a8e1af3

View File

@@ -27,6 +27,7 @@ services:
- USER_GID=1000
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- GITEA__webhook__ALLOWED_HOST_LIST=loopback,jenkins
networks:
- gitea
- reverse-proxy