Redis is an open source key-value store that functions as a data structure server.
redis: image: redis:alpine ports: - "127.0.0.1:6379:6379" volumes: - ./data:/data restart: always