web3-proxy/docker-compose.yml

19 lines
421 B
YAML
Raw Normal View History

2022-05-06 04:40:43 +03:00
---
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