forked from zerolend/periphery-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
27 lines (26 loc) · 782 Bytes
/
docker-compose.yml
File metadata and controls
27 lines (26 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: '3.5'
services:
contracts-env:
env_file:
- .env
build:
context: ./
working_dir: /src
command: npm run run-env
volumes:
- ./:/src
- $HOME/.tenderly/config.yaml:/root/.tenderly/config.yaml
environment:
MNEMONIC: ${MNEMONIC}
WALLET_INDEX: ${WALLET_INDEX}
PRIVATE_KEY: ${PRIVATE_KEY}
ALCHEMY_KEY: ${ALCHEMY_KEY}
INFURA_KEY: ${INFURA_KEY}
ETHERSCAN_KEY: ${ETHERSCAN_KEY}
TENDERLY_PROJECT: ${TENDERLY_PROJECT}
TENDERLY_USERNAME: ${TENDERLY_USERNAME}
TENDERLY_FORK: ${TENDERLY_FORK}
TENDERLY_HEAD: ${TENDERLY_HEAD}
TENDERLY_FORK_NETWORK_ID: ${TENDERLY_FORK_NETWORK_ID}
DEFENDER_API_KEY: ${DEFENDER_API_KEY}
DEFENDER_SECRET_KEY: ${DEFENDER_SECRET_KEY}