initial agent

This commit is contained in:
Anibal Angulo
2025-11-07 11:19:43 -06:00
parent af9b5fed01
commit c9a63e129d
6 changed files with 1169 additions and 460 deletions

View File

@@ -27,11 +27,12 @@ services:
db:
image: redis/redis-stack:latest
command: redis-server --appendonly yes
ports:
- 6379:6379
- 8001:8001
volumes:
- redis_data:/data # Persistent Redis data
- ./redis_data:/data
restart: unless-stopped
networks:
- app-network