mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
16 lines
264 B
YAML
16 lines
264 B
YAML
version: "3"
|
|
|
|
services:
|
|
redistest:
|
|
image: redis:7
|
|
ports:
|
|
- "127.0.0.1:56312:6379"
|
|
|
|
dbtest:
|
|
image: postgres:13
|
|
ports:
|
|
- "127.0.0.1:54312:5432"
|
|
environment:
|
|
POSTGRES_DB: "test-misskey"
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|