mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 03:39:39 +02:00
15 lines
271 B
YAML
15 lines
271 B
YAML
services:
|
|
account:
|
|
environment:
|
|
- DB_URL=${DB_PG_URL}
|
|
- PROCEED_V7_MONGO=false
|
|
transactor:
|
|
environment:
|
|
- DB_URL=${DB_PG_URL}
|
|
workspace:
|
|
environment:
|
|
- DB_URL=${DB_PG_URL}
|
|
fulltext:
|
|
environment:
|
|
- DB_URL=${DB_PG_URL}
|