Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Jun 2, 2024
1 parent 6def4e0 commit 88e6369
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker/docker-compose.state-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
services:

lava-node-init:
build:
context: ..
dockerfile: cmd/lavad/Dockerfile
image: ghcr.io/lavanet/lava/lavad:v2.0.0
command: >
config chain-id lava-testnet-2 && \
lavad config keyring-backend test && \
Expand Down Expand Up @@ -47,9 +45,7 @@ services:
condition: service_completed_successfully

lava-node:
build:
context: ..
dockerfile: cmd/lavad/Dockerfile
image: ghcr.io/lavanet/lava/lavad:v2.0.0
command: ["start"]
ports:
- '${LAVA_NODE_PORT_API:-1317}:1317'
Expand Down

0 comments on commit 88e6369

Please sign in to comment.