Files
huly-platform/tests/docker-compose.override.yaml
T
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