Skip to content

Commit

Permalink
Remove ipv6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jan 24, 2024
1 parent 5c22c93 commit 5f5c5a6
Show file tree
Hide file tree
Showing 27 changed files with 100 additions and 11 deletions.
4 changes: 4 additions & 0 deletions besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ services:
volumes:
besu-eth1-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 2 additions & 2 deletions default.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AUTOPRUNE_NM=true
# Whether to use web3signer for validator keys. Setting this to "true" also requires web3signer.yml in COMPOSE_FILE
WEB3SIGNER=false
# Whether to explicitly enable IPv6 P2P. See https://ethdocker.com/Support/ipv6
# Also add ipv6.yml to COMPOSE_FILE for IPv6.
# Needs to be "false" or "true" for Eth Docker to work
IPV6=false
# Directory to keep ancient data. In use for Geth, optional.
# If you use this, make sure to chown the directory to uid 10001
Expand Down Expand Up @@ -300,4 +300,4 @@ DDNS_TAG=3
NODE_EXPORTER_IGNORE_MOUNT_REGEX='^/(dev|proc|sys|run|var/lib/docker/.+)($|/)'

# Used by ethd update - please do not adjust
ENV_VERSION=7
ENV_VERSION=8
4 changes: 4 additions & 0 deletions erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ services:
volumes:
erigon-el-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 2 additions & 2 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ migrate_compose_file() {
prysm-web.yml blank-grafana.yml lh-grafana.yml lhcc-grafana.yml nimbus-grafana.yml prysm-grafana.yml \
teku-grafana.yml geth-grafana.yml erigon-grafana.yml oe.yml teku-stats.yml lh-stats.yml lh-stats-consensus.yml \
lh-stats-validator.yml traefik-shared.yml lh-slasher.yml lighthouse-slasher.yml prysm-slasher.yml \
grafana-localhost.yml )
grafana-localhost.yml ipv6.yml )
TO_YML=( el-shared.yml el-traefik.yml cl-shared.yml grafana-shared.yml prysm-web-shared.yml lighthouse.yml \
lighthouse-vc-only.yml teku-allin1.yml teku-vc-only.yml lighthouse-cl-only.yml lighthouse-vc-only.yml \
lodestar-cl-only.yml lodestar-vc-only.yml nimbus-cl-only.yml prysm-cl-only.yml prysm-cl-only.yml \
Expand All @@ -619,7 +619,7 @@ migrate_compose_file() {
"" "" "" "" "" "" \
"" "" "" "" "" "" "" \
"" "" "" "" "" \
"" )
"" "" )

__old_grafana=0
__new_grafana=0
Expand Down
4 changes: 4 additions & 0 deletions geth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ services:
volumes:
geth-eth1-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
7 changes: 0 additions & 7 deletions ipv6.yml

This file was deleted.

4 changes: 4 additions & 0 deletions lighthouse-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ services:
volumes:
lhconsensus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions lighthouse-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ services:

volumes:
lhvalidator-data:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,7 @@ volumes:
lhbeacon-data:
lhvalidator-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions lodestar-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ services:
volumes:
lsconsensus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions lodestar-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ services:

volumes:
lsvalidator-data:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions lodestar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ volumes:
lsconsensus-data:
lsvalidator-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ services:
volumes:
nm-eth1-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nimbus-allin1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ services:
volumes:
nimbus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nimbus-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ services:
volumes:
nimbus-consensus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nimbus-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ services:
volumes:
nimbus-el-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nimbus-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ services:
volumes:
nimbus-vc-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions nimbus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ volumes:
nimbus-consensus-data:
nimbus-vc-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions prysm-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ services:
volumes:
prysmconsensus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions prysm-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,7 @@ services:
volumes:
prysmvalidator-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions prysm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,7 @@ volumes:
prysmbeacon-data:
prysmvalidator-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions reth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ services:
volumes:
reth-el-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions ssv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ services:

volumes:
ssv-data:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions teku-allin1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ services:
volumes:
teku-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions teku-cl-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ services:
volumes:
tekuconsensus-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions teku-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ services:

volumes:
teku-data:

networks:
default:
enable_ipv6: ${IPV6:-false}
4 changes: 4 additions & 0 deletions teku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,7 @@ volumes:
tekuconsensus-data:
teku-vc-data:
jwtsecret:

networks:
default:
enable_ipv6: ${IPV6:-false}

0 comments on commit 5f5c5a6

Please sign in to comment.