platform/tests/docker-compose.override.yaml
Andrey Sobolev 187c489b2c
UBERF-8508: Get rid of Mongo in storage adapter (#6989)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-10-21 23:23:26 +07:00

10 lines
275 B
YAML

services:
account:
environment:
- DB_URL=postgresql://postgres:example@postgres:5432
transactor:
environment:
- DB_URL=postgresql://postgres:example@postgres:5432
workspace:
environment:
- DB_URL=postgresql://postgres:example@postgres:5432