mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 02:23:12 +00:00
13 lines
375 B
YAML
13 lines
375 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 |