Skip to content

Commit 64c70bc

Browse files
committed
Enable Blaze Updates
1 parent 7e305f2 commit 64c70bc

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
services:
2+
blaze:
3+
image: "samply/blaze:1.1"
4+
environment:
5+
JAVA_TOOL_OPTIONS: "-Xmx2g"
6+
DB_BLOCK_CACHE_SIZE: "2048"
7+
ENABLE_ADMIN_API: "true"
8+
ports:
9+
- "8080:8080"
10+
volumes:
11+
- "blaze-data:/app/data"
12+
13+
volumes:
14+
blaze-data:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
run: chmod +x blazectl
179179

180180
- name: Run Blaze
181-
run: docker run --name blaze -d -e JAVA_TOOL_OPTIONS=-Xmx2g -e DB_BLOCK_CACHE_SIZE=2048 -e ENABLE_ADMIN_API=true -p 8080:8080 --read-only --tmpfs /tmp:exec -v blaze-data:/app/data samply/blaze:1.1
181+
run: docker compose -f .github/integration-test/docker-compose.yml up -d
182182

183183
- name: Download Synthea Test Data
184184
uses: ./.github/actions/speicherwolke-download

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
5-
"helpers:pinGitHubActionDigests",
6-
"docker:pinDigests"
4+
"config:best-practices"
75
],
86
"labels": ["dependencies"],
97
"prConcurrentLimit": 3

0 commit comments

Comments
 (0)