drone runner fron docker.io again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-30 17:18:03 +01:00
parent 63f1bab168
commit d9cb340169
5 changed files with 16 additions and 18 deletions

View File

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