Update docker-compose.dev.yaml

Adding a restart policy will help the Redis service recover automatically from failures.

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Michael lima 2025-06-28 23:40:54 -04:00 committed by GitHub
parent d326fcd59c
commit 35cd7f3816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ services:
api_redis:
image: redis:7.2.5-alpine
restart: unless-stopped
networks:
- evolution-net
command: redis-server --port 6379 --appendonly yes