File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
services/appmotion_gateway Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ ${TEMP_COMPOSE}-master: docker-compose.yml docker-compose.master.yml
4545 @${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.master.yml > $@
4646
4747.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 > $@
48+ ${TEMP_COMPOSE}-dalco : docker-compose.yml docker-compose.dalco .yml
49+ @${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< docker-compose.dalco .yml > $@
5050
5151.PHONY : ${TEMP_COMPOSE}-local
5252${TEMP_COMPOSE}-local : docker-compose.yml docker-compose.local.yml
Original file line number Diff line number Diff line change 1+ version : ' 3.7'
2+
3+ services :
4+
5+ adminer :
6+ deploy :
7+ replicas : 0
8+
9+ db :
10+ deploy :
11+ replicas : 0
12+
13+ api :
14+ deploy :
15+ replicas : 0
You can’t perform that action at this time.
0 commit comments