mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 20:40:59 +00:00
187c489b2c
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
10 lines
275 B
YAML
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 |