redis:
  container_name: redis
  image: redis:latest
  ports:
    - "6379:6379"
  restart: always
