1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-27 23:47:28 +00:00

Use /healthcheck to wait till gogs comes up

This commit is contained in:
Girish Ramakrishnan
2015-08-18 15:03:27 -07:00
parent 70f0cdf3a2
commit f344899b67
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.1.2",
"healthCheckPath": "/",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
"mysql": { },