Compare commits

..
3 Commits
Author SHA1 Message Date
thuanle db8cf888ef gitea-mcp healcheck
docker-node image / build (arm64) (push) Successful in 13s
docker-node image / amend-manifest (push) Successful in 9s
2026-07-08 08:22:54 +07:00
thuanle 9a75fdcd45 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
docker-node image / build (arm64) (push) Successful in 7s
docker-node image / amend-manifest (push) Successful in 5s
Reviewed-on: #1
2026-06-08 07:03:59 +07:00
Renovate Bot 58c25cead6 Add renovate.json
docker-node image / build (arm64) (push) Successful in 43s
docker-node image / amend-manifest (push) Successful in 1m6s
2026-05-02 17:01:23 +00:00
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -33,5 +33,11 @@ RUN chmod +x /usr/local/bin/gitea-mcp
# Cấu hình thư mục log
ENV HOME=/app
# Cổng HTTP mặc định (đổi qua flag -p khi chạy nếu cần)
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD curl -s -o /dev/null http://localhost:8080/ || exit 1
# Chạy binary
ENTRYPOINT ["gitea-mcp"]
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}