platform/tests/docker-compose.override.yaml

13 lines
369 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
fulltext:
environment:
- DB_URL=postgresql://postgres:example@postgres:5432