ci(config): update infrastructure configuration

This commit is contained in:
Pablo de la Torre
2026-05-13 19:40:15 +02:00
parent 4eddee6561
commit 17e8f83bf7

View File

@@ -6,9 +6,6 @@ REGISTRY_URL=registry.nortapp.com
NAMESPACE=andromeda NAMESPACE=andromeda
TAG?=latest TAG?=latest
HOST_PORT=8181
CONTAINER_PORT=8080
IMAGE_FULL=$(REGISTRY_URL)/$(NAMESPACE)/$(IMAGE_NAME):$(TAG) IMAGE_FULL=$(REGISTRY_URL)/$(NAMESPACE)/$(IMAGE_NAME):$(TAG)
build: build:
@@ -26,7 +23,6 @@ run:
--label com.docker.compose.service="$(APP_NAME)" \ --label com.docker.compose.service="$(APP_NAME)" \
--label com.docker.compose.project="$(STACK)" \ --label com.docker.compose.project="$(STACK)" \
--network andromeda \ --network andromeda \
-p $(HOST_PORT):$(CONTAINER_PORT) \
--env-file .env \ --env-file .env \
$(IMAGE_FULL) $(IMAGE_FULL)