web3-proxy/docker-compose.yml
2022-05-06 01:40:43 +00:00

19 lines
421 B
YAML

---
version: "3.4"
# docker run --rm -it -v $PWD/web3-proxy/data/config/production-arbitrum.toml:/config.toml satoshiandkin/web3-proxy --rpc-config-path /config.toml
base-service:
&base
data-transport-layer:
build: .
restart: unless-stopped
command: --rpc-config-path /config.toml
services:
arbitrum:
<<: *base
volumes:
- ./web3-proxy/data/config/production-arbitrum.toml:/config.toml