2021-10-16 08:12:20 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
2024-09-16 18:46:58 +00:00
|
|
|
dragonflytest:
|
|
|
|
image: docker.dragonflydb.io/dragonflydb/dragonfly
|
|
|
|
ulimits:
|
|
|
|
memlock: -1
|
|
|
|
environment:
|
|
|
|
DFLY_version_check: false
|
|
|
|
DFLY_tcp_backlog: 2048
|
2024-12-31 00:44:43 +00:00
|
|
|
DFLY_default_lua_flags: allow-undeclared-keys
|
2024-09-16 18:46:58 +00:00
|
|
|
DFLY_pipeline_squash: 0
|
|
|
|
DFLY_multi_exec_squash: false
|
|
|
|
DFLY_conn_io_threads: 4
|
|
|
|
DFLY_epoll_file_threads: 4
|
|
|
|
DFLY_proactor_threads: 4
|
2021-10-16 08:12:20 +00:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:56312:6379"
|
|
|
|
|
|
|
|
dbtest:
|
2023-10-29 15:27:20 +00:00
|
|
|
image: postgres:15
|
2021-10-16 08:12:20 +00:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:54312:5432"
|
|
|
|
environment:
|
|
|
|
POSTGRES_DB: "test-misskey"
|
|
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|