ci(config): update infrastructure configuration
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user