platform/tests/docker-compose.override.yaml
Alexey Zinoviev e64b1aaf62
UBERF-8169: Account on postgres (#6745)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-10-01 13:44:49 +07:00

11 lines
317 B
YAML

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