This commit is contained in:
Matthew Tran
2025-05-04 01:35:37 -07:00
parent cb8f88fd33
commit f2df23ad98
9 changed files with 29 additions and 29 deletions
+7
View File
@@ -16,6 +16,13 @@ UIDS = {
}
PORTS = {
"monero": [
"18080:18080", # monerod
"18081:18081",
"3333:3333", # p2pool
"37888:37888",
"37889:37889",
],
"game": [
"25565:25565", # minecraft
"19132:19132/udp", # minecraft_bedrock
+4
View File
@@ -8,6 +8,10 @@ from pathlib import Path
SOURCE_DIR = "/var/source"
IMAGES = {
"monero": [
"monerod",
"p2pool",
],
"game": [
"minecraft",
"minecraft_bedrock",