postgres refactoring and gitea health check

This commit is contained in:
2023-10-26 10:51:41 +02:00
parent 4410f69d37
commit 81561348e4
3 changed files with 27 additions and 20 deletions

View File

@@ -27,6 +27,13 @@ job "gitea" {
"traefik.enable=true",
"traefik.http.routers.gitea.rule=Host(`gitea.service.nr5`)",
]
check {
type = "http"
path = "/user/login"
interval = "120s"
timeout = "5s"
}
}
volume "gitea-data" {