Skip to content

Commit

Permalink
fix: add init-solana back
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Feb 15, 2024
1 parent e9e5898 commit 4772331
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ services:
- "/tmp/chainflip/data:/localnet-initial-state"
command: /bin/sh -c "cp -R /initial-state/* /localnet-initial-state"

init-solana:
image: ghcr.io/chainflip-io/solana-localnet-ledger:0.1.0
container_name: init-solana
platform: linux/amd64
volumes:
- "/tmp/solana/test-ledger:/test-ledger"
command: /bin/sh -c "cp -R /solana/ledger/* /test-ledger"

redis:
image: redis:6.2.6
ports:
Expand Down

0 comments on commit 4772331

Please sign in to comment.