mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
bf1de1f436
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
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 |