Fix issues (backup, watchtower, firewall)
Remove remote_docker backups Add option to monitor with watchtower Add teamspeak ports to firewall
This commit is contained in:
parent
fb9d50a86e
commit
05e79ae90a
22 changed files with 50 additions and 29 deletions
|
@ -215,10 +215,10 @@ services = {
|
|||
domain = "gallery.serguzim.me"
|
||||
}]
|
||||
backup = [
|
||||
{
|
||||
name = "immich_upload"
|
||||
type = "docker_remote"
|
||||
},
|
||||
#{
|
||||
# name = "immich_upload"
|
||||
# type = "docker_remote"
|
||||
#},
|
||||
{
|
||||
name = "immich_database"
|
||||
type = "hook"
|
||||
|
@ -265,10 +265,10 @@ services = {
|
|||
name = "jellyfin_config"
|
||||
type = "docker"
|
||||
},
|
||||
{
|
||||
name = "jellyfin_media"
|
||||
type = "docker_remote"
|
||||
}
|
||||
#{
|
||||
# name = "jellyfin_media"
|
||||
# type = "docker_remote"
|
||||
#}
|
||||
]
|
||||
monitoring = {
|
||||
url = "/health"
|
||||
|
@ -552,6 +552,26 @@ services = {
|
|||
monitoring = {
|
||||
group = "7-support"
|
||||
}
|
||||
ports = [
|
||||
{
|
||||
description = "Teamspeak server"
|
||||
port = 9987
|
||||
protocol = "udp"
|
||||
type = "firewall"
|
||||
},
|
||||
{
|
||||
description = "Teamspeak filetransfer"
|
||||
port = 30033
|
||||
protocol = "tcp"
|
||||
type = "firewall"
|
||||
},
|
||||
{
|
||||
description = "Teamspeak serverquery"
|
||||
port = 10011
|
||||
protocol = "tcp"
|
||||
type = "firewall"
|
||||
}
|
||||
]
|
||||
auth = false
|
||||
database = false
|
||||
s3 = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue