mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-01 00:08:31 +09:00
14 lines
253 B
YAML
14 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
|