feat(pterodactyl): define publish_via config

This commit is contained in:
Yuris Cakranegara
2025-06-12 21:39:58 +10:00
parent e4ecd6dbcf
commit 6709c85b0e
5 changed files with 312 additions and 0 deletions

View File

@@ -159,5 +159,6 @@ output "service_definition" {
primary_port = 80
endpoint = "http://${local.container_name}:80"
subdomains = ["gameservers"]
publish_via = "tunnel"
}
}