mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
14 lines
268 B
YAML
14 lines
268 B
YAML
version: '3.8'
|
|
services:
|
|
dragonflydb:
|
|
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
|
|
ulimits:
|
|
memlock: -1
|
|
ports:
|
|
- "6379:6379"
|
|
volumes:
|
|
- dragonflydata:/data
|
|
environment:
|
|
- DFLY_requirepass
|
|
volumes:
|
|
dragonflydata: |