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