mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
update statistics image to v2.4 and bump config version to v2.4
The updated statistics image now pulls data from the database once per day, but attempts to upload hourly to prevent large delays due to poor network connectivity.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "streamline-emr",
|
||||
"org": "streamline",
|
||||
"version": "2.3",
|
||||
"version": "2.4",
|
||||
"platforms": [
|
||||
"linux/arm64"
|
||||
]
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
statistics:
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/statistics/arm64:2.3
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/statistics/arm64:2.4
|
||||
container_name: streamline-emr-statistics
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user