chore: remove dragonfly from local docker-compose

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-20 06:19:47 +01:00
parent 9a54daae55
commit 334adec9f2

View File

@@ -12,19 +12,6 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
op-df:
image: docker.dragonflydb.io/dragonflydb/dragonfly:latest
container_name: op-df
restart: always
ports:
- "6380:6379"
ulimits:
memlock: -1
nofile: 65535
command:
- "--cluster_mode=emulated"
- "--lock_on_hashtags"
op-kv:
image: redis:7.2.5-alpine
restart: always