mistykey/packages/backend/test/compose.yml
dakkar d704409f85 tweak the test compose file to match our test config file
`.config/test-example.yml` uses default ports, so this one should do
the same
2025-06-29 12:19:21 +01:00

13 lines
248 B
YAML

services:
redistest:
image: redis:7
ports:
- "127.0.0.1:6379:6379"
dbtest:
image: postgres:17
ports:
- "127.0.0.1:5432:5432"
environment:
POSTGRES_DB: "test-misskey"
POSTGRES_HOST_AUTH_METHOD: trust