Time service (#10546)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-02-25 15:20:46 +05:00
committed by GitHub
parent 6030f921c8
commit d32e7b2f87
19 changed files with 1346 additions and 1711 deletions
+15
View File
@@ -11,6 +11,21 @@ services:
ports:
- 1081:1080
restart: unless-stopped
time-machine:
image: hardcoreeng/worker
pull_policy: never
depends_on:
redpanda:
condition: service_started
account:
condition: service_started
postgres:
condition: service_healthy
environment:
- DB_URL=postgres://postgres:postgres@postgres:5433/postgres
- QUEUE_CONFIG=${QUEUE_CONFIG}
- QUEUE_REGION=
restart: unless-stopped
mongodb:
image: 'mongo:7-jammy'
command: mongod --port 27018