web3-proxy/docker-compose.common.yml

15 lines
364 B
YAML

services:
web3-proxy:
# TODO: build in dev but use docker hub in prod?
build: .
init: true
restart: unless-stopped
command: --config /config.toml --workers 16
environment:
#RUST_LOG: "info,web3_proxy=debug"
RUST_LOG: info
volatile_redis:
image: redis
command: [ "redis-server", "--save", "", "--appendonly", "no" ]