From 17e8f83bf7188da5ed3bc34fedf9c94593f423fc Mon Sep 17 00:00:00 2001 From: Pablo de la Torre <> Date: Wed, 13 May 2026 19:40:15 +0200 Subject: [PATCH] ci(config): update infrastructure configuration --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 03da553..4c00fa3 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,6 @@ REGISTRY_URL=registry.nortapp.com NAMESPACE=andromeda TAG?=latest -HOST_PORT=8181 -CONTAINER_PORT=8080 - 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)