mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03: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 |