mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 21:11:57 +00:00
include hulykvs service in the docker-compose.yml file
Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
parent
10f7413efa
commit
bb10486026
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user