mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Time service (#10546)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user