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
6 changes: 3 additions & 3 deletions mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
# Bitcoind Node
bitcoind:
image: kylemanna/bitcoind@sha256:5d97bbe3c74856818f0b3a1e718eb3968981ab03ce08aaf1c7d528f99aaf30b7
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- bitcoin_data:/bitcoin/.bitcoin
ports:
Expand Down Expand Up @@ -127,7 +127,7 @@ services:
# Ethereum L1 node
geth-l1:
image: ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- geth_data:/tmp/geth
# change this token value if you expose this service's ports for
Expand Down Expand Up @@ -274,7 +274,7 @@ services:
# Prysm
prysm:
image: prysmaticlabs/prysm-beacon-chain:v5.3.2@sha256:7e2ca890f1b3cbeef69723399767dfbba5c6c660e4e230bc0b4dbe778992e364
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- prysm_data:/data
# change this token value if you expose this service's ports for
Expand Down
6 changes: 3 additions & 3 deletions testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
# Bitcoind Node
bitcoind:
image: "kylemanna/bitcoind@sha256:5d97bbe3c74856818f0b3a1e718eb3968981ab03ce08aaf1c7d528f99aaf30b7"
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- bitcoin_data:/bitcoin/.bitcoin
ports:
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
# Ethereum L1 node
geth-l1:
image: ethereum/client-go@sha256:343cff592e1a9daf99a89261d3263941ff9c3350b62b3ebc0f7c30d35721d905
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- geth_data:/tmp/geth
# change this token value if you expose this service's ports for
Expand Down Expand Up @@ -278,7 +278,7 @@ services:
# Prysm
prysm:
image: prysmaticlabs/prysm-beacon-chain:v5.3.2@sha256:7e2ca890f1b3cbeef69723399767dfbba5c6c660e4e230bc0b4dbe778992e364
profiles: ["L1", "full"]
profiles: ["l1", "full"]
volumes:
- prysm_data:/data
# change this token value if you expose this service's ports for
Expand Down