mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
restyle
This commit is contained in:
@@ -2,6 +2,7 @@ name: swingmusic
|
||||
|
||||
services:
|
||||
swingmusic:
|
||||
build: .
|
||||
image: ${SWINGMUSIC_IMAGE:-swingmusic-local:latest}
|
||||
container_name: swingmusic
|
||||
restart: unless-stopped
|
||||
@@ -26,7 +27,7 @@ services:
|
||||
image: docker.dragonflydb.io/dragonflydb/dragonfly
|
||||
container_name: swingmusic-dragonfly
|
||||
restart: unless-stopped
|
||||
command: --dir=/data --logtostdout
|
||||
command: --dir=/data --logtostdout --proactor_threads=${DRAGONFLY_THREADS:-4}
|
||||
ports:
|
||||
- "${DRAGONFLY_PORT:-6379}:6379"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user