chore(docker-compose): 推奨の名前にする (#14096)
* chore(docker-compose): 推奨の名前にする
5c18e329d5/spec.md (compose-file)
* yaml to yml
* fix
* fix
This commit is contained in:
parent
4096dabe1e
commit
a6edd50a5d
9 changed files with 7 additions and 15 deletions
13
packages/backend/test/compose.yml
Normal file
13
packages/backend/test/compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
redistest:
|
||||
image: redis:7
|
||||
ports:
|
||||
- "127.0.0.1:56312:6379"
|
||||
|
||||
dbtest:
|
||||
image: postgres:15
|
||||
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