From 6f7c6f87c3651687f02f63f9765c394fa10fa2b7 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 30 Apr 2026 23:21:23 -0500 Subject: [PATCH] gremlin: auto-fix swarm/vault.yaml (7 issues fixed) - Removed container_name from "vault" - Removed hostname from "vault" - Removed restart from "vault" - Added default restart_policy for "vault" - Added aarch64 exclusion for "vault" - Added arm exclusion for "vault" - Stamped gremlin.version: 2026-04-1 --- swarm/vault.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/swarm/vault.yaml b/swarm/vault.yaml index 3ef0072..39e639c 100644 --- a/swarm/vault.yaml +++ b/swarm/vault.yaml @@ -1,9 +1,6 @@ services: vault: image: kopia/kopia:latest - container_name: kopia - hostname: kopia - restart: unless-stopped user: "1964:1964" ports: - 51516:51515 @@ -32,10 +29,18 @@ services: networks: - netgrimoire deploy: + restart_policy: + condition: any + delay: 5s + max_attempts: 3 + window: 120s placement: constraints: + - node.platform.arch != arm + - node.platform.arch != aarch64 - node.hostname == znas labels: + gremlin.version: "2026-04-1" diun.enable: "true" # --- Caddy --- # --- Caddy ---