mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
e64b1aaf62
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
11 lines
317 B
YAML
11 lines
317 B
YAML
services:
|
|
account:
|
|
environment:
|
|
- DB_URL=postgresql://postgres:example@postgres:5432
|
|
transactor:
|
|
environment:
|
|
- MONGO_URL=mongodb://mongodb:27018
|
|
- DB_URL=postgresql://postgres:example@postgres:5432
|
|
workspace:
|
|
environment:
|
|
- DB_URL=postgresql://postgres:example@postgres:5432 |