Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ cd docker
docker compose -f docker-compose.dev.yml up -d
```

To run Store with the JDK 17 image profile (useful for ARM64 JNI-heavy workloads):

```bash
cd docker
HG_STORE_DOCKERFILE=hugegraph-store/Dockerfile-jdk17 \
docker compose -f docker-compose.dev.yml up -d --build
```

- Images: built from source via `build: context: ..` with Dockerfiles
- No `pull_policy` — builds locally, doesn't pull
- Entrypoint scripts are baked into the built image (no volume mounts)
Expand Down
5 changes: 5 additions & 0 deletions docker/cloud-storage/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.artifacts/
logs/
data/
.generated/

Loading
Loading