File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
services/appmotion_gateway Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ up-aws: .init .env ${TEMP_COMPOSE}-aws ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES
2121up-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
2529up-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 > $@
You can’t perform that action at this time.
0 commit comments