Files
core/docker-compose.yml
2022-04-13 17:03:01 +01:00

23 lines
460 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=
#- RPC_URL=
#- BLOCK_EXPLORER_KEY=
#- TENDERLY_PROJECT=
#- TENDERLY_USERNAME=
#- TENDERLY_FORK_ID=
#- TENDERLY_HEAD_ID=