Skip to content

Commit

Permalink
alternative default syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 3, 2024
1 parent 0a4fda6 commit f9c1d46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions contrib/localnet/.env

This file was deleted.

12 changes: 6 additions & 6 deletions contrib/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
interval: 30s
timeout: 10s
retries: 3
start_period: ${ZETACORED_START_PERIOD}
start_period: ${ZETACORED_START_PERIOD-30s}
start_interval: 1s
networks:
mynetwork:
Expand All @@ -59,7 +59,7 @@ services:
environment:
- HOTKEY_BACKEND=file
- HOTKEY_PASSWORD=password # test purposes only
- ZETACORED_IMPORT_GENESIS_DATA=${ZETACORED_IMPORT_GENESIS_DATA}
- ZETACORED_IMPORT_GENESIS_DATA=${ZETACORED_IMPORT_GENESIS_DATA-}
volumes:
- ssh:/root/.ssh
- ~/.zetacored/genesis_data:/root/genesis_data
Expand Down Expand Up @@ -238,9 +238,9 @@ services:
ipv4_address: 172.20.0.2
entrypoint: ["/work/start-zetae2e.sh", "local"]
environment:
- LOCALNET_MODE=${LOCALNET_MODE}
- E2E_ARGS=${E2E_ARGS}
- UPGRADE_HEIGHT=${UPGRADE_HEIGHT}
- LOCALNET_MODE=${LOCALNET_MODE-}
- E2E_ARGS=${E2E_ARGS-}
- UPGRADE_HEIGHT=${UPGRADE_HEIGHT-}
volumes:
- ssh:/root/.ssh

Expand Down Expand Up @@ -274,7 +274,7 @@ services:
- zetacore0
- upgrade-host
environment:
- UPGRADE_HEIGHT=${UPGRADE_HEIGHT}
- UPGRADE_HEIGHT=${UPGRADE_HEIGHT-}
volumes:
- ssh:/root/.ssh
volumes:
Expand Down

0 comments on commit f9c1d46

Please sign in to comment.