ifiguero 2024-03-10 00:03:34 -03:00
parent f664f5630f
commit 62674f2f12
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
# Conexion con base datos redis # Conexion con base datos redis
- DB_REDIS_HOST=dbredis - DB_REDIS_HOST=dbredis
- DB_REDIS_PORT=4081 - DB_REDIS_PORT=6379
# Conexion con base datos mongo # Conexion con base datos mongo
- DB_MONGO_HOST=dbmongo - DB_MONGO_HOST=dbmongo
- DB_MONGO_PORT=27017 - DB_MONGO_PORT=27017
@ -142,6 +142,7 @@ services:
dbredis: dbredis:
image: redis:7.2-alpine image: redis:7.2-alpine
dbmongo: dbmongo:
image: mongo:jammy image: mongo:jammy
volumes: volumes: