mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 04:17:50 +00:00
10 lines
302 B
YAML
10 lines
302 B
YAML
|
services:
|
||
|
account:
|
||
|
environment:
|
||
|
- DB_URL=postgresql://postgres:example@postgres:5432
|
||
|
transactor:
|
||
|
environment:
|
||
|
- MONGO_URL=postgresql://postgres:example@postgres:5432;mongodb://mongodb:27018
|
||
|
workspace:
|
||
|
environment:
|
||
|
- DB_URL=postgresql://postgres:example@postgres:5432
|