Skip to content

Commit f6f4f36

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents dda6e01 + 241f817 commit f6f4f36

File tree

15 files changed

+23
-19
lines changed

15 files changed

+23
-19
lines changed

scripts/deployments/validate_simcore_stack_yml.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
7979
if [ "${TARGETNAME}" == "efs-guardian" ]; then
8080
continue
8181
fi
82+
if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
83+
continue
84+
fi
8285
export TARGET_BINARY="simcore-service"
8386
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
8487
# Pull image from registry, just in case

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-
8.8.8.8
5+
9.9.9.9

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-
8.8.8.8
5+
9.9.9.9
66
deploy:
77
placement:
88
constraints:

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-
8.8.8.8
9+
9.9.9.9
1010
db:
1111
deploy:
1212
replicas: 0
1313
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
14-
8.8.8.8
14+
9.9.9.9
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-
8.8.8.8
23+
9.9.9.9

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-
8.8.8.8
5+
9.9.9.9

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-
8.8.8.8
15+
9.9.9.9
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-
8.8.8.8
5+
9.9.9.9

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

services/monitoring/docker-compose.dalco.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- /dev/disk/:/dev/disk:ro
1111

1212
grafana:
13-
dns: 8.8.8.8
13+
dns: 9.9.9.9
1414
deploy:
1515
placement:
1616
constraints:

services/monitoring/docker-compose.public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- /dev/disk/:/dev/disk:ro
1010

1111
grafana:
12-
dns: 8.8.8.8
12+
dns: 9.9.9.9
1313
deploy:
1414
placement:
1515
constraints:

0 commit comments

Comments
 (0)