Skip to content

Commit 617d4a3

Browse files
authored
Merge pull request #29 from scanoss/chore/mdaloia/update-docker-compose-qdrant
chore: update docker compose file name
2 parents 93c1269 + fee5f1b commit 617d4a3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
target/scanoss-folder-hashing-import-linux-arm64
4646
scanoss-folder-hashing-api_linux-amd64_${{ github.ref_name }}-1.tgz
4747
scanoss-folder-hashing-api_linux-arm64_${{ github.ref_name }}-1.tgz
48-
docker-compose.qdrant.yml
48+
docker-compose-qdrant.yml

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0] - 2025-10-24
9+
## Changed
10+
- Update qdrant's docker compose file name
11+
812

913
## [0.5.0] - 2025-10-08
1014
## Added
@@ -40,3 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
[0.2.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.0.0...v0.2.0
4145
[0.4.2]: https://github.com/scanoss/folder-hashing-api/compare/v0.2.0...v0.4.2
4246
[0.5.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.4.2...v0.5.0
47+
[0.6.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.5.0...v0.6.0
48+
[0.7.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.6.0...v0.7.0
File renamed without changes.

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The project includes `docker-compose.qdrant.yml` in the root directory for runni
1616

1717
```bash
1818
# Start Qdrant vector database
19-
docker-compose -f docker-compose.qdrant.yml up -d
19+
docker-compose -f docker-compose-qdrant.yml up -d
2020
```
2121

2222
## 🚀 Installation
@@ -151,7 +151,7 @@ sudo systemctl enable scanoss-folder-hashing-api
151151
Start Qdrant using Docker Compose:
152152

153153
```bash
154-
docker-compose -f docker-compose.qdrant.yml up -d
154+
docker-compose -f docker-compose-qdrant.yml up -d
155155
```
156156

157157
This starts Qdrant with:

0 commit comments

Comments
 (0)