commit 9e3a7bf4af28035ee8329633dcb9f8e93e0150be
parent 6c778309322c0cfc83f36b9301ebd356fea56c34
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Fri, 27 Sep 2024 18:07:13 +0200
feat(myheats): api image
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hcl/default/myheats-demo/myheats-demo.nomad b/hcl/default/myheats-demo/myheats-demo.nomad
@@ -36,6 +36,7 @@ job "myheats-demo" {
config {
image = "127.0.0.1:5000/myheats-nginx:latest"
+ force_pull = true
ports = ["https"]
volumes = [
# mount the templated config from the task directory to the container
@@ -74,7 +75,8 @@ job "myheats-demo" {
driver = "podman"
config {
- image = "127.0.0.1:5000/myheats:latest"
+ image = "127.0.0.1:5000/myheats-api:latest"
+ force_pull = true
ports = ["http"]
volumes = [
# mount the templated config from the task directory to the container