HOTFIX: Auth Eco Server towards master server

This commit is contained in:
2026-04-15 17:53:54 +00:00
parent c501316b10
commit 20d857cd78
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
TOKEN=
@@ -12,6 +12,7 @@ locals {
eco_tag = var.image_tag
env_file = "${path.module}/.env"
eco_internal_port = 3000
eco_token = provider::dotenv::get_by_key("TOKEN", local.env_file)
}
module "eco" {
@@ -21,6 +22,7 @@ module "eco" {
tag = local.eco_tag
networks = var.networks
restart_policy = "always"
command = [ "./EcoServer", "--nogui", "--userToken=${local.eco_token}" ]
ports = [
{
internal = 3000