chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2026-01-16 02:02:12 +00:00
parent 0b6ba5c03c
commit 69cd347f0b
30 changed files with 36 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
variable "container_version" {
default = "latest"
}
job "foodplanner" {
datacenters = ["dc1"]
@@ -29,7 +33,7 @@ job "foodplanner" {
driver = "docker"
config {
image = "ghcr.io/sstent/foodplanner:main"
image = "ghcr.io/sstent/foodplanner:${var.container_version}"
ports = ["http"]
}
env {