2022-05-06 04:57:37 +03:00
|
|
|
services:
|
|
|
|
base:
|
2022-05-21 23:40:22 +03:00
|
|
|
# TODO: build in dev but use docker hub in prod?
|
2022-05-06 04:57:37 +03:00
|
|
|
build: .
|
|
|
|
restart: unless-stopped
|
2022-05-20 05:06:07 +03:00
|
|
|
command: --config /config.toml --workers 8
|
2022-05-17 07:04:27 +03:00
|
|
|
environment:
|
2022-05-22 21:39:06 +03:00
|
|
|
RUST_LOG: "info,web3_proxy=debug"
|