dragonfly preset runs Dragonfly 1.33 on amd64 or arm64. It listens on
port 6379, stores snapshots in /data, and exposes the Redis protocol with
password authentication.
Declare the resource
.towbar/resources/dragonfly.resource.yml
REDIS_PASSWORD, passes it to Dragonfly as requirepass, and
uses it for health, backup, and restore operations.
Connect from an app
Use a Redis-compatible client and connect todragonfly:6379 from containers on
the application network. Store the connection URL in the app’s runtime
secrets. The optional tunnel binds 16380 only to server loopback.
