mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
* feat(docker-compose): Add `docker-compose.yml` #100 Signed-off-by: Ryan Russell <git@ryanrussell.org> * docs(build-from-source): Include build from source Signed-off-by: Ryan Russell <git@ryanrussell.org>
10 lines
No EOL
192 B
YAML
10 lines
No EOL
192 B
YAML
version: '3.8'
|
|
services:
|
|
dragonfly:
|
|
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
|
|
ports:
|
|
- "6379:6379"
|
|
volumes:
|
|
- dragonflydata:/data
|
|
volumes:
|
|
dragonflydata: |