mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-08 21:58:06 -05:00
23 lines
460 B
YAML
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=
|