Skip to content

Commit

Permalink
mount config
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 3, 2024
1 parent 88b7210 commit eca49f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-localnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ENV PATH /root/.zetacored/cosmovisor/current/bin/:/root/.zetaclientd/upgrades/cu
COPY contrib/localnet/scripts /root
COPY contrib/localnet/ssh_config /etc/ssh/ssh_config.d/localnet.conf
COPY contrib/localnet/zetacored /root/zetacored
COPY cmd/zetae2e/config/localnet.yml /root/config.yml

RUN chmod 755 /root/*.sh && \
chmod 644 /etc/ssh/ssh_config.d/localnet.conf
Expand Down
2 changes: 2 additions & 0 deletions contrib/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
volumes:
- ssh:/root/.ssh
- ~/.zetacored/genesis_data:/root/genesis_data
- ../../cmd/zetae2e/config/localnet.yml:/root/config.yml

zetacore1:
image: zetanode:latest
Expand Down Expand Up @@ -243,6 +244,7 @@ services:
- UPGRADE_HEIGHT=${UPGRADE_HEIGHT-}
volumes:
- ssh:/root/.ssh
- ../../cmd/zetae2e/config/localnet.yml:/root/local.yml

upgrade-host:
image: zetanode:latest
Expand Down

0 comments on commit eca49f1

Please sign in to comment.