This commit is contained in:
Anibal Angulo
2025-11-07 09:41:18 -06:00
parent cafe0bf5f3
commit af9b5fed01
21 changed files with 3065 additions and 266 deletions

View File

@@ -26,11 +26,13 @@ services:
- app-network
db:
# docker run -p 6379:6379 -p 8001:8001 redis/redis-stack
image: redis/redis-stack:latest
ports:
- 6379:6379
- 8001:8001
volumes:
- redis_data:/data # Persistent Redis data
restart: unless-stopped
networks:
- app-network