perf: remove redis
This commit is contained in:
parent
2d1a3157f6
commit
8d4d30243a
|
|
@ -1,2 +1,2 @@
|
|||
REDIS_ENABLE=true
|
||||
REDIS_ENABLE=false
|
||||
REDIS_ADDR=redis_usp:6379
|
||||
|
|
@ -43,15 +43,6 @@ services:
|
|||
- ./mongo_data:/data/db
|
||||
profiles: [controller,adapter]
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
container_name: redis_usp
|
||||
ports:
|
||||
- 6379:6379
|
||||
networks:
|
||||
usp_network:
|
||||
ipv4_address: 172.16.235.5
|
||||
profiles: [mqtt]
|
||||
#/* -------------------------------------------------------------------------- */
|
||||
|
||||
#/* ----------------------- Message Transfer Protocols ----------------------- */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user