Skip to content

Commit

Permalink
tests: enable to use a custom cert for development
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Jun 7, 2023
1 parent 8272125 commit 6a8c565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/cases/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
tendermint-chain0:
container_name: tendermint-chain0
image: tendermint-chain0:${TAG}
environment:
- LCP_RA_ROOT_CERT=${LCP_RA_ROOT_CERT}
ports:
- 26656:26656
- 26657:26657
Expand All @@ -23,6 +25,8 @@ services:
tendermint-chain1:
container_name: tendermint-chain1
image: tendermint-chain1:${TAG}
environment:
- LCP_RA_ROOT_CERT=${LCP_RA_ROOT_CERT}
ports:
- 26566:26656
- 26557:26657
Expand Down

0 comments on commit 6a8c565

Please sign in to comment.