services: valkey: image: valkey/valkey:latest ports: - "6379:6379" volumes: - valkey_data:/data volumes: valkey_data: