postgres refactoring and gitea health check
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user