[main] Template update
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m20s

This commit is contained in:
2024-12-09 21:07:31 +01:00
parent ea06c5f8ce
commit 2d90c81204
6 changed files with 127 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
job "{{PROJECT_NAME}}" {
job "[[PROJECT_NAME]]" {
region = "global"
datacenters = ["dc1"]
type = "service"
@@ -42,7 +42,7 @@ job "{{PROJECT_NAME}}" {
driver = "docker"
config {
image = "registry.i80.dk/gitea/{{PROJECT_NAME}}:latest"
image = "registry.i80.dk/gitea/[[PROJECT_NAME]]:latest"
ports = ["port-app"]
}