platform/tests/docker-compose.override.yaml
Andrey Sobolev 58eb205688
use redpanda queue (#8291)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-22 13:55:46 +05:00

14 lines
240 B
YAML

services:
account:
environment:
- DB_URL=${DB_PG_URL}
transactor:
environment:
- DB_URL=${DB_PG_URL}
workspace:
environment:
- DB_URL=${DB_PG_URL}
fulltext:
environment:
- DB_URL=${DB_PG_URL}