perf: remove redis

This commit is contained in:
leandrofars 2024-04-15 18:39:16 -03:00
parent 2d1a3157f6
commit 8d4d30243a
2 changed files with 1 additions and 10 deletions

View File

@ -1,2 +1,2 @@
REDIS_ENABLE=true REDIS_ENABLE=false
REDIS_ADDR=redis_usp:6379 REDIS_ADDR=redis_usp:6379

View File

@ -43,15 +43,6 @@ services:
- ./mongo_data:/data/db - ./mongo_data:/data/db
profiles: [controller,adapter] 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 ----------------------- */ #/* ----------------------- Message Transfer Protocols ----------------------- */