disable redis persistence in dev

This commit is contained in:
Bryan Stitt 2022-08-15 23:06:10 +00:00
parent e9000d1f61
commit e8951cdb46
2 changed files with 3 additions and 2 deletions

View File

@ -246,7 +246,7 @@ in another repo: event subscriber
eth_1 | 2022-08-10T23:26:08.917603Z WARN web3_proxy::connections: chain is forked! 262 possible heads. 1/2/5/5 rpcs have 0x0538…bfff
eth_1 | 2022-08-10T23:26:10.195014Z WARN web3_proxy::connections: chain is forked! 262 possible heads. 1/2/5/5 rpcs have 0x0538…bfff
eth_1 | 2022-08-10T23:26:10.195658Z WARN web3_proxy::connections: chain is forked! 262 possible heads. 2/3/5/5 rpcs have 0x0538…bfff
- [ ] disable redis persistence in dev
- [x] disable redis persistence in dev
- [ ] fix ip detection when running in dev
- [ ] cache api keys that are not in the database?
- [ ] double check weight sorting code

View File

@ -4,7 +4,8 @@ version: "3.4"
services:
dev-redis:
build: ./redis-cell-server/
image: redis
command: [ "redis-server", "--save", "", "--appendonly", "no" ]
ports:
- 127.0.0.1:16379:6379
# TODO: expose these ports?