add chains network to xdai-archive.yml

This commit is contained in:
cventastic
2022-11-19 10:36:57 +01:00
parent bac89dcd18
commit 894e464af8

View File

@@ -17,6 +17,8 @@ services:
- '30303:30303/udp' # p2p - '30303:30303/udp' # p2p
- '127.0.0.1:8545:8545' - '127.0.0.1:8545:8545'
- '127.0.0.1:9091:9091' - '127.0.0.1:9091:9091'
networks:
- chains
volumes: volumes:
- nethermind_db:/nethermind/nethermind_db - nethermind_db:/nethermind/nethermind_db
- nethermind_keystore:/nethermind/keystore - nethermind_keystore:/nethermind/keystore
@@ -68,6 +70,8 @@ services:
# P2P # P2P
- '12000:12000/udp' - '12000:12000/udp'
- '13000:13000' - '13000:13000'
networks:
- chains
volumes: volumes:
- lighthouse_xdai:/home/.eth2/beaconchaindata - lighthouse_xdai:/home/.eth2/beaconchaindata
logging: logging: