mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
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 |