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
This commit is contained in:
parent
aa1eaac4e8
commit
d704409f85
1 changed files with 3 additions and 3 deletions
|
|
@ -2,12 +2,12 @@ services:
|
|||
redistest:
|
||||
image: redis:7
|
||||
ports:
|
||||
- "127.0.0.1:56312:6379"
|
||||
- "127.0.0.1:6379:6379"
|
||||
|
||||
dbtest:
|
||||
image: postgres:15
|
||||
image: postgres:17
|
||||
ports:
|
||||
- "127.0.0.1:54312:5432"
|
||||
- "127.0.0.1:5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: "test-misskey"
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue