1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 13:37:29 -06:00
paricafe/test/docker-compose.yml
MeiMei 03b04acb16
テスト用コンテナの調整 ()
* Tune test container

* docs

* fix cp config

* doc

* a
2021-10-16 17:12:20 +09:00

15 lines
282 B
YAML

version: "3"
services:
redistest:
image: redis:4.0-alpine
ports:
- "127.0.0.1:56312:6379"
dbtest:
image: postgres:12.2-alpine
ports:
- "127.0.0.1:54312:5432"
environment:
POSTGRES_DB: "test-misskey"
POSTGRES_HOST_AUTH_METHOD: trust