mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
13 lines
369 B
YAML
13 lines
369 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
|
|
fulltext:
|
|
environment:
|
|
- DB_URL=postgresql://postgres:example@postgres:5432 |