add tari node

This commit is contained in:
Matthew Tran
2025-05-07 03:55:16 -07:00
parent 516a02060c
commit 2c88b9c474
8 changed files with 31 additions and 6 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ from update import SOURCE_DIR, IMAGES, generate
UIDS = {
"web" : 1001,
"monero" : 1002,
"crypto" : 1002,
"game" : 1003,
"nas" : 1004,
}
@@ -25,7 +25,7 @@ PORTS = {
"443:443",
"2222:22", # gitea
],
"monero": [
"crypto": [
"18080:18080", # monerod
"18081:18081",
"3333:3333", # p2pool
+2 -1
View File
@@ -11,9 +11,10 @@ IMAGES = {
"website",
"gitea",
],
"monero": [
"crypto": [
"monerod",
"p2pool",
"tari",
],
"game": [
"minecraft",