This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
puyoskey-rose/packages/backend/test/compose.yml
2024-08-01 23:39:36 +09:00

13 lines
253 B
YAML

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-cherrypick"
POSTGRES_HOST_AUTH_METHOD: trust