Add factorio service/game-server
This commit is contained in:
parent
d6c2dd419a
commit
1a6395f602
3 changed files with 139 additions and 0 deletions
|
@ -128,6 +128,43 @@ services = {
|
|||
s3 = false
|
||||
},
|
||||
|
||||
"factorio" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
domain = "factorio.serguzim.me"
|
||||
}]
|
||||
backup = [{
|
||||
name = "factorio_data"
|
||||
type = "docker"
|
||||
}]
|
||||
monitoring = {
|
||||
url = "https://multiplayer.factorio.com/get-game-details/49.13.212.188:34197"
|
||||
group = "4-services"
|
||||
interval = "5m"
|
||||
conditions = [
|
||||
"DEFAULT",
|
||||
"[BODY].name == StammtischOnAutomation"
|
||||
]
|
||||
}
|
||||
ports = [
|
||||
{
|
||||
description = "Game port for factorio"
|
||||
port = 34197
|
||||
protocol = "udp"
|
||||
type = "firewall"
|
||||
},
|
||||
{
|
||||
description = "RCON port for factorio"
|
||||
port = 27015
|
||||
protocol = "tcp"
|
||||
type = "firewall"
|
||||
}
|
||||
]
|
||||
auth = false
|
||||
database = false
|
||||
s3 = false
|
||||
}
|
||||
|
||||
"forgejo" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue