We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f7413 commit 5ee8cc8Copy full SHA for 5ee8cc8
dev/docker-compose.yaml
@@ -536,6 +536,19 @@ services:
536
- DB_URL=${DB_CR_URL}
537
- BUCKETS=blobs,eu|http://minio:9000?accessKey=minioadmin&secretKey=minioadmin
538
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
552
volumes:
553
db:
554
dbpg:
0 commit comments