From 088cc5aef0982622faf54cd76c358c04bfe9239b Mon Sep 17 00:00:00 2001 From: Pablo de la Torre <> Date: Wed, 13 May 2026 19:25:51 +0200 Subject: [PATCH] fix(security): remove exposed ports to wan --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index dbd8dab..3433e2f 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,6 @@ REGISTRY_URL=registry.nortapp.com NAMESPACE=andromeda TAG?=latest -HOST_PORT=8180 -CONTAINER_PORT=80 - IMAGE_FULL=$(REGISTRY_URL)/$(NAMESPACE)/$(IMAGE_NAME):$(TAG) build: @@ -26,7 +23,6 @@ run: --label com.docker.compose.service="$(APP_NAME)" \ --label com.docker.compose.project="$(STACK)" \ --network andromeda \ - -p $(HOST_PORT):$(CONTAINER_PORT) \ --env-file .env \ $(IMAGE_FULL)