Reinstate docker-compose convenience config

This commit is contained in:
nolash 2021-07-26 12:24:10 +02:00
parent 8b4c6f92ff
commit 0013fb01b5
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[celery]
broker_url = redis://localhost:63379
result_url = redis://localhost:63379

View File

@ -0,0 +1,2 @@
[chain]
spec = evm:bloxberg:8996

View File

@ -0,0 +1,3 @@
[redis]
host = localhost
port = 63379