Merge branch 'master' of http://192.168.5.10:3024/traveler/services
This commit is contained in:
commit
468bea517d
2 changed files with 17 additions and 3 deletions
|
|
@ -30,6 +30,15 @@ web:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
endpoints:
|
endpoints:
|
||||||
|
- name: Kopia-Vault
|
||||||
|
url: tcp://kopia:51516
|
||||||
|
interval: 60s
|
||||||
|
conditions:
|
||||||
|
- "[CONNECTED] == true"
|
||||||
|
alerts:
|
||||||
|
- type: ntfy
|
||||||
|
description: "Kopia-Vault is down"
|
||||||
|
send-on-resolved: true
|
||||||
- name: Kopia
|
- name: Kopia
|
||||||
url: tcp://kopia:51515
|
url: tcp://kopia:51515
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
|
|
||||||
|
|
@ -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 ---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue