Merge branch 'master' of http://192.168.5.10:3024/traveler/services
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

This commit is contained in:
traveler 2026-05-01 08:08:56 -05:00
commit 468bea517d
2 changed files with 17 additions and 3 deletions

View file

@ -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 ---