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:
dakkar 2025-06-29 12:14:44 +01:00
parent aa1eaac4e8
commit d704409f85

View file

@ -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