gremlin: auto-fix swarm/vault.yaml (7 issues fixed)
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

- 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
This commit is contained in:
traveler 2026-04-30 23:21:23 -05:00
parent 12bcae6b3b
commit 6f7c6f87c3

View file

@ -1,9 +1,6 @@
services: services:
vault: vault:
image: kopia/kopia:latest image: kopia/kopia:latest
container_name: kopia
hostname: kopia
restart: unless-stopped
user: "1964:1964" user: "1964:1964"
ports: ports:
- 51516:51515 - 51516:51515
@ -32,10 +29,18 @@ services:
networks: networks:
- netgrimoire - netgrimoire
deploy: deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
placement: placement:
constraints: constraints:
- node.platform.arch != arm
- node.platform.arch != aarch64
- node.hostname == znas - node.hostname == znas
labels: labels:
gremlin.version: "2026-04-1"
diun.enable: "true" diun.enable: "true"
# --- Caddy --- # --- Caddy ---
# --- Caddy --- # --- Caddy ---