Skip to content

Commit

Permalink
Add enable_ivp6 to deploy templates
Browse files Browse the repository at this point in the history
  • Loading branch information
huy-nodeset committed Jun 25, 2024
1 parent 8798bd5 commit 8d5a94d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/deploy/templates/bn.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ services:
- no-new-privileges
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down
3 changes: 3 additions & 0 deletions install/deploy/templates/daemon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ services:
- no-new-privileges
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down
3 changes: 3 additions & 0 deletions install/deploy/templates/ec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ services:
- no-new-privileges
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down
3 changes: 3 additions & 0 deletions install/deploy/templates/exporter.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ services:
network_mode: host
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
3 changes: 3 additions & 0 deletions install/deploy/templates/grafana.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
{{- end}}
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down
3 changes: 3 additions & 0 deletions install/deploy/templates/mev-boost.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ services:
- no-new-privileges
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down
3 changes: 3 additions & 0 deletions install/deploy/templates/prometheus.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ services:
- "host.docker.internal:host-gateway"
networks:
net:
{{- if .Hyperdrive.EnableIPv6 }}
enable_ipv6: true
{{- end}}
{{- range $network := .Hyperdrive.GetAdditionalDockerNetworks}}
{{$network}}:
external: true
Expand Down

0 comments on commit 8d5a94d

Please sign in to comment.