From 334adec9f24e8c91312040f35c56bfa53246ca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 20 Jan 2026 06:19:47 +0100 Subject: [PATCH] chore: remove dragonfly from local docker-compose --- docker-compose.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fa22be05..bcec81bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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