Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/admin-panels/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.7'
services:
adminpanels:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
2 changes: 1 addition & 1 deletion services/adminer/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
adminer:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
deploy:
placement:
constraints:
Expand Down
6 changes: 3 additions & 3 deletions services/appmotion_gateway/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ services:
deploy:
replicas: 1
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
db:
deploy:
replicas: 0
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9

api:
deploy:
Expand All @@ -20,4 +20,4 @@ services:
cpus: "0" # nih staging has not enough cpu
replicas: 1
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
2 changes: 1 addition & 1 deletion services/filestash/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.7'
services:
filestash:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
2 changes: 1 addition & 1 deletion services/graylog/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- node.labels.graylog==true
graylog:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
deploy:
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion services/jaeger/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.7'
services:
jaeger:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
6 changes: 3 additions & 3 deletions services/monitoring/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- /dev/disk/:/dev/disk:ro

prometheuscatchall:
dns: 8.8.8.8
dns: 9.9.9.9
deploy:
placement:
constraints:
Expand All @@ -18,13 +18,13 @@ services:
limits:
memory: 24576M
prometheusfederation:
dns: 8.8.8.8
dns: 9.9.9.9
deploy:
placement:
constraints:
- node.labels.prometheus==true
grafana:
dns: 8.8.8.8
dns: 9.9.9.9
deploy:
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion services/monitoring/docker-compose.dalco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- /dev/disk/:/dev/disk:ro

grafana:
dns: 8.8.8.8
dns: 9.9.9.9
deploy:
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion services/monitoring/docker-compose.public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- /dev/disk/:/dev/disk:ro

grafana:
dns: 8.8.8.8
dns: 9.9.9.9
deploy:
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion services/portainer/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
portainer:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
deploy:
placement:
constraints:
Expand Down
2 changes: 1 addition & 1 deletion services/registry/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: '3.7'
services:
registry:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9
2 changes: 1 addition & 1 deletion services/traefik/docker-compose.aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
target: /etc/traefik/dynamic_conf.yml
whoami:
dns: # Add this always for AWS, otherwise we get "No such image: " for docker services
8.8.8.8
9.9.9.9

configs:
traefik_dynamic_config.yml:
Expand Down
2 changes: 1 addition & 1 deletion services/traefik/docker-compose.public.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
traefik:
dns: 8.8.8.8 # This is critical to make the ACME challange work
dns: 9.9.9.9 # This is critical to make the ACME challange work
command:
- "--api=true"
- "--api.dashboard=true"
Expand Down
Loading