redis:
image: easypi/redis-arm
command: --appendonly yes
ports:
- "6379:6379"
volumes:
- ./data:/data
restart: always