Skip to content

Commit 5ee8cc8

Browse files
authored
include hulykvs service in the docker-compose.yml file (#8931)
Signed-off-by: Alexey Aristov <[email protected]>
1 parent 10f7413 commit 5ee8cc8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dev/docker-compose.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,19 @@ services:
536536
- DB_URL=${DB_CR_URL}
537537
- BUCKETS=blobs,eu|http://minio:9000?accessKey=minioadmin&secretKey=minioadmin
538538
restart: unless-stopped
539+
hulykvs:
540+
image: hardcoreeng/hulykvs
541+
depends_on:
542+
cockroach:
543+
condition: service_started
544+
extra_hosts:
545+
- 'huly.local:host-gateway'
546+
ports:
547+
- 8094:8094
548+
environment:
549+
- HULY_DB_CONNECTION=${DB_CR_URL}
550+
- HULY_TOKEN_SECRET=secret
551+
restart: unless-stopped
539552
volumes:
540553
db:
541554
dbpg:

0 commit comments

Comments
 (0)