Skip to content

Commit 5dca5c3

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents f6f4f36 + 624d00d commit 5dca5c3

28 files changed

+260
-280
lines changed

services/admin-panels/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: '3.7'
22
services:
33
adminpanels:
44
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
5-
9.9.9.9
5+
8.8.8.8

services/adminer/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22
services:
33
adminer:
44
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
5-
9.9.9.9
5+
8.8.8.8
66
deploy:
77
placement:
88
constraints:

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}-dalco ${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}-dalco: docker-compose.yml docker-compose.dalco.yml
49+
@${REPO_BASE_DIR}/scripts/docker-stack-config.bash -e .env $< docker-compose.dalco.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 > $@

services/appmotion_gateway/docker-compose.aws.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ services:
66
deploy:
77
replicas: 1
88
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
9-
9.9.9.9
9+
8.8.8.8
1010
db:
1111
deploy:
1212
replicas: 0
1313
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
14-
9.9.9.9
14+
8.8.8.8
1515

1616
api:
1717
deploy:
@@ -20,4 +20,4 @@ services:
2020
cpus: "0" # nih staging has not enough cpu
2121
replicas: 1
2222
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
23-
9.9.9.9
23+
8.8.8.8
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

services/filestash/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: '3.7'
22
services:
33
filestash:
44
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
5-
9.9.9.9
5+
8.8.8.8

services/filestash/template.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ S3_SECURE=${S3_SECURE}
44
MONITORING_DOMAIN=${MONITORING_DOMAIN}
55
FILESTASH_DOMAIN=filestash.${MONITORING_DOMAIN}
66
PUBLIC_NETWORK=${PUBLIC_NETWORK}
7-
MONITORED_NETWORK=${MONITORED_NETWORK}
87
FILESTASH_CONFIG_SECRET_KEY=${FILESTASH_CONFIG_SECRET_KEY}
98
PUBLIC_NETWORK=${PUBLIC_NETWORK}
109
MONITORED_NETWORK=${MONITORED_NETWORK}

services/graylog/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- node.labels.graylog==true
1313
graylog:
1414
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
15-
9.9.9.9
15+
8.8.8.8
1616
deploy:
1717
placement:
1818
constraints:

services/jaeger/docker-compose.aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ version: '3.7'
22
services:
33
jaeger:
44
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
5-
9.9.9.9
5+
8.8.8.8

services/monitoring/docker-compose.aws.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- /dev/disk/:/dev/disk:ro
1010

1111
prometheuscatchall:
12-
dns: 9.9.9.9
12+
dns: 8.8.8.8
1313
deploy:
1414
placement:
1515
constraints:
@@ -18,13 +18,13 @@ services:
1818
limits:
1919
memory: 24576M
2020
prometheusfederation:
21-
dns: 9.9.9.9
21+
dns: 8.8.8.8
2222
deploy:
2323
placement:
2424
constraints:
2525
- node.labels.prometheus==true
2626
grafana:
27-
dns: 9.9.9.9
27+
dns: 8.8.8.8
2828
deploy:
2929
placement:
3030
constraints:

0 commit comments

Comments
 (0)