1
0

Add minecraft_server_backups volume
All checks were successful
Deploy / Deploy (push) Successful in 31s

This commit is contained in:
2026-02-02 00:52:17 +00:00
parent e594142b3e
commit ef6d90aec4
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ services:
- /services/syncthing/data/KeePass:/source/KeePass:ro
- /services/syncthing/data/Obsidian:/source/Obsidian:ro
- /services/syncthing/data/SMS:/source/SMS:ro
- minecraft_server_backups:/source/minecraft_server_backups:ro
init:
image: busybox:1.37.0
@@ -45,4 +46,7 @@ networks:
volumes:
data:
source:
minecraft_server_backups:
name: minecraft_server_backups
external: true

View File

@@ -8,4 +8,5 @@ DUPLICATI__DISABLE_DB_ENCRYPTION=false
DUPLICATI__REQUIRE_DB_ENCRYPTION=true
# Provide custom key for encryption
SETTINGS_ENCRYPTION_KEY=${CFG_SETTINGS_ENCRYPTION_KEY}
# Disable telemetry
USAGEREPORTER_Duplicati_LEVEL=none