fix test
This commit is contained in:
parent
9acc36185b
commit
7706c38d3d
35 changed files with 2 additions and 2 deletions
15
packages/backend/test/docker-compose.yml
Normal file
15
packages/backend/test/docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue