22 lines
430 B
YAML
22 lines
430 B
YAML
services:
|
|
redistest:
|
|
image: redis:7
|
|
ports:
|
|
- "127.0.0.1:56312:6379"
|
|
|
|
dbtest:
|
|
image: postgres:18
|
|
ports:
|
|
- "127.0.0.1:54312:5432"
|
|
environment:
|
|
POSTGRES_DB: "test-misskey"
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
|
|
meilisearchtest:
|
|
image: getmeili/meilisearch:v1.3.4
|
|
ports:
|
|
- "127.0.0.1:57712:7700"
|
|
environment:
|
|
- MEILI_NO_ANALYTICS=true
|
|
- MEILI_ENV=development
|