mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
include hulykvs service in the docker-compose.yml file (#8931)
Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
@@ -536,6 +536,19 @@ services:
|
||||
- DB_URL=${DB_CR_URL}
|
||||
- BUCKETS=blobs,eu|http://minio:9000?accessKey=minioadmin&secretKey=minioadmin
|
||||
restart: unless-stopped
|
||||
hulykvs:
|
||||
image: hardcoreeng/hulykvs
|
||||
depends_on:
|
||||
cockroach:
|
||||
condition: service_started
|
||||
extra_hosts:
|
||||
- 'huly.local:host-gateway'
|
||||
ports:
|
||||
- 8094:8094
|
||||
environment:
|
||||
- HULY_DB_CONNECTION=${DB_CR_URL}
|
||||
- HULY_TOKEN_SECRET=secret
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
db:
|
||||
dbpg:
|
||||
|
||||
Reference in New Issue
Block a user