Skip to content

Commit 46538c4

Browse files
committed
Add appmotiongateway add dalco
1 parent 241f817 commit 46538c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/appmotion_gateway/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ up-aws: .init .env ${TEMP_COMPOSE}-aws ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES
2121
up-master: .init .env ${TEMP_COMPOSE}-master ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES}
2222
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-master ${STACK_NAME}
2323

24+
.PHONY: up-dalco ## Deploys stack on dalco
25+
up-dalco: .init .env ${TEMP_COMPOSE}-master ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES}
26+
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-dalco ${STACK_NAME}
27+
2428
.PHONY: up-local ## Deploys stack on local
2529
up-local: .init .env ${TEMP_COMPOSE}-local ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES}
2630
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-local ${STACK_NAME}
@@ -40,6 +44,10 @@ ${TEMP_COMPOSE}-aws: docker-compose.yml docker-compose.aws.yml
4044
${TEMP_COMPOSE}-master: docker-compose.yml docker-compose.master.yml
4145
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< docker-compose.master.yml > $@
4246

47+
.PHONY: ${TEMP_COMPOSE}-dalco
48+
${TEMP_COMPOSE}-master: docker-compose.yml docker-compose.master.yml
49+
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< docker-compose.master.yml > $@
50+
4351
.PHONY: ${TEMP_COMPOSE}-local
4452
${TEMP_COMPOSE}-local: docker-compose.yml docker-compose.local.yml
4553
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< docker-compose.local.yml > $@

0 commit comments

Comments
 (0)