Merge pull request #826 from yantxs/adjust-redis-compose

add network on redis docker compose
This commit is contained in:
Davidson Gomes 2024-08-27 08:37:42 -03:00 committed by GitHub
commit cb865bf5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,8 @@ version: '3.3'
services:
redis:
image: redis:latest
networks:
- evolution-net
container_name: redis
command: >
redis-server --port 6379 --appendonly yes