Reinstate docker-compose convenience config
This commit is contained in:
parent
8b4c6f92ff
commit
0013fb01b5
3
apps/cic-eth/config/docker/celery.ini
Normal file
3
apps/cic-eth/config/docker/celery.ini
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[celery]
|
||||||
|
broker_url = redis://localhost:63379
|
||||||
|
result_url = redis://localhost:63379
|
2
apps/cic-eth/config/docker/chain.ini
Normal file
2
apps/cic-eth/config/docker/chain.ini
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[chain]
|
||||||
|
spec = evm:bloxberg:8996
|
3
apps/cic-eth/config/docker/redis.ini
Normal file
3
apps/cic-eth/config/docker/redis.ini
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[redis]
|
||||||
|
host = localhost
|
||||||
|
port = 63379
|
Loading…
Reference in New Issue
Block a user