Skip to content

Commit ab5003d

Browse files
committed
Add appmotiongateway add dalco - 2
1 parent 46538c4 commit ab5003d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

services/appmotion_gateway/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)