Add remote docker volumes (using rclone)

This commit is contained in:
Tobias Reisinger 2024-10-30 03:52:16 +01:00
parent f20b2596d0
commit a2c680f3e8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 39 additions and 5 deletions

View file

@ -184,7 +184,7 @@ services = {
backup = [
{
name = "immich_upload"
type = "docker"
type = "docker_remote"
},
{
name = "immich_database"
@ -223,7 +223,7 @@ services = {
},
"jellyfin" = {
host = "node002"
host = "node001"
dns = [{
domain = "media.serguzim.me"
}]
@ -234,7 +234,7 @@ services = {
},
{
name = "jellyfin_media"
type = "docker"
type = "docker_remote"
}
]
monitoring = {