Adds relevant config overrides.

This commit is contained in:
PhilipWafula 2021-11-10 10:27:31 +03:00
parent 00255e4eeb
commit 61379ac2ac
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 4 additions and 1 deletions

View File

@ -78,14 +78,17 @@ services:
REDIS_PORT_CALLBACK: ${REDIS_PORT_CALLBACK:-6379} REDIS_PORT_CALLBACK: ${REDIS_PORT_CALLBACK:-6379}
FAUCET_AMOUNT: ${FAUCET_AMOUNT:-0} FAUCET_AMOUNT: ${FAUCET_AMOUNT:-0}
WALLET_KEY_FILE: ${WALLET_KEY_FILE:-/root/keystore/UTC--2021-01-08T17-18-44.521011372Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c} WALLET_KEY_FILE: ${WALLET_KEY_FILE:-/root/keystore/UTC--2021-01-08T17-18-44.521011372Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c}
PGP_PASSPHRASE: merman
META_URL: http://meta:8000
command: ["./run_job.sh"] command: ["./run_job.sh"]
depends_on: depends_on:
- evm - evm
- postgres - postgres
- redis - redis
#- cic-eth-tasker - cic-meta-server
volumes: volumes:
- contract-config:/tmp/cic/config - contract-config:/tmp/cic/config
- ./apps/contract-migration/testdata/pgp/:/tmp/cic/pgp