Add webdis service
This commit is contained in:
parent
57fe2ed42c
commit
a27a157e22
5 changed files with 89 additions and 0 deletions
|
@ -681,6 +681,20 @@ services = {
|
|||
mail = "watchtower"
|
||||
},
|
||||
|
||||
"webdis" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
domain = "webdis.huck.serguzim.me"
|
||||
}]
|
||||
monitoring = {
|
||||
url = "/info"
|
||||
group = "4-services"
|
||||
}
|
||||
auth = false
|
||||
database = false
|
||||
s3 = false
|
||||
},
|
||||
|
||||
"wiki_js" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue