Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fix: environment variables of claimer service
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 14, 2023
1 parent 3e177ef commit 7e9902c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docker-compose-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,18 @@ services:
condition: service_completed_successfully
deployer:
condition: service_completed_successfully
state_server:
condition: service_healthy
redis:
condition: service_healthy
environment:
RUST_LOG: info
DAPP_DEPLOYMENT_FILE: /deployments/localhost/dapp.json
ROLLUPS_DEPLOYMENT_FILE: /opt/cartesi/share/deployments/localhost.json
RD_EPOCH_DURATION: 86400
SC_GRPC_ENDPOINT: http://state_server:50051
SC_DEFAULT_CONFIRMATIONS: 1
TX_PROVIDER_HTTP_ENDPOINT: http://hardhat:8545
TX_SIGNING_MNEMONIC: "test test test test test test test test test test test junk"
AUTH_MNEMONIC: "test test test test test test test test test test test junk"
TX_CHAIN_ID: 31337
TX_CHAIN_IS_LEGACY: ${TX_LEGACY:-false}
TX_DEFAULT_CONFIRMATIONS: 2
TX_SIGNING_MNEMONIC: "test test test test test test test test test test test junk"
REDIS_ENDPOINT: redis://redis:6379
DAPP_DEPLOYMENT_FILE: /deployments/localhost/dapp.json
ROLLUPS_DEPLOYMENT_FILE: /opt/cartesi/share/deployments/localhost.json
volumes:
- blockchain-data:/opt/cartesi/share/deployments:ro
- ./deployments:/deployments:ro

0 comments on commit 7e9902c

Please sign in to comment.