Files
core/docker-compose.yml
2022-03-19 23:19:16 +03:00

25 lines
508 B
YAML

version: '3.5'
services:
contracts-env:
user: "${USERID?}:${USERID?}"
env_file:
- .env
build:
context: ./
stdin_open: true
tty: true
volumes:
- ./:/src:rw
- $HOME/.tenderly/config.yaml:/root/.tenderly/config.yaml:ro
#environment:
#- MNEMONIC=
#- ETHERSCAN_KEY=
#- INFURA_KEY=
#- ETHERSCAN_NETWORK=
#- TENDERLY_PROJECT=
#- TENDERLY_USERNAME=
#- ALCHEMY_KEY=
#- TENDERLY_FORK_ID=
#- TENDERLY_HEAD_ID=