mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-15 00:48:12 -05:00
25 lines
508 B
YAML
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=
|