10 lines
239 B
YAML
10 lines
239 B
YAML
services:
|
|
base:
|
|
# TODO: build in dev but use docker hub in prod?
|
|
build: .
|
|
restart: unless-stopped
|
|
command: --config /config.toml --workers 32
|
|
environment:
|
|
#RUST_LOG: "info,web3_proxy=debug"
|
|
RUST_LOG: info
|