dew/.project/infrastructure/services/valkey-9/README.md

492 B

Valkey 9

Sample local Valkey service managed by dew infra and Podman Quadlets.

dew infra validate valkey-9
dew infra up valkey-9
dew infra status valkey-9
dew infra logs valkey-9 --lines 100

This sample shows a container backed by a named Quadlet volume.

  • host port: 127.0.0.1:6379
  • container: dew_valkey-9
  • data volume: dew_valkey-9_data

Stop it with:

dew infra down valkey-9

The named volume is intentionally retained after stopping the service.