Add minecraft_server_backups volume
All checks were successful
Deploy / Deploy (push) Successful in 31s
All checks were successful
Deploy / Deploy (push) Successful in 31s
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
|||||||
- /services/syncthing/data/KeePass:/source/KeePass:ro
|
- /services/syncthing/data/KeePass:/source/KeePass:ro
|
||||||
- /services/syncthing/data/Obsidian:/source/Obsidian:ro
|
- /services/syncthing/data/Obsidian:/source/Obsidian:ro
|
||||||
- /services/syncthing/data/SMS:/source/SMS:ro
|
- /services/syncthing/data/SMS:/source/SMS:ro
|
||||||
|
- minecraft_server_backups:/source/minecraft_server_backups:ro
|
||||||
|
|
||||||
init:
|
init:
|
||||||
image: busybox:1.37.0
|
image: busybox:1.37.0
|
||||||
@@ -45,4 +46,7 @@ networks:
|
|||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
source:
|
source:
|
||||||
|
minecraft_server_backups:
|
||||||
|
name: minecraft_server_backups
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|||||||
@@ -8,4 +8,5 @@ DUPLICATI__DISABLE_DB_ENCRYPTION=false
|
|||||||
DUPLICATI__REQUIRE_DB_ENCRYPTION=true
|
DUPLICATI__REQUIRE_DB_ENCRYPTION=true
|
||||||
# Provide custom key for encryption
|
# Provide custom key for encryption
|
||||||
SETTINGS_ENCRYPTION_KEY=${CFG_SETTINGS_ENCRYPTION_KEY}
|
SETTINGS_ENCRYPTION_KEY=${CFG_SETTINGS_ENCRYPTION_KEY}
|
||||||
|
# Disable telemetry
|
||||||
|
USAGEREPORTER_Duplicati_LEVEL=none
|
||||||
|
|||||||
Reference in New Issue
Block a user