File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments