platform/tests/docker-compose.override.yaml

11 lines
317 B
YAML
Raw Normal View History

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