Use DragonflyDB (MisskeyIO#716)

This commit is contained in:
まっちゃとーにゅ 2024-09-17 03:46:58 +09:00 committed by GitHub
parent 1367c8dde6
commit 454a3f91fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 112 additions and 42 deletions

View file

@ -1,8 +1,19 @@
version: "3"
services:
keydbtest:
image: eqalpha/keydb:latest
dragonflytest:
image: docker.dragonflydb.io/dragonflydb/dragonfly
ulimits:
memlock: -1
environment:
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
ports:
- "127.0.0.1:56312:6379"