chore: remove dragonfly from local docker-compose
This commit is contained in:
@@ -12,19 +12,6 @@ services:
|
|||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_PASSWORD=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:
|
op-kv:
|
||||||
image: redis:7.2.5-alpine
|
image: redis:7.2.5-alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user