update streamline and statistics images

The previous statistics image (2.5-rc1) was replaced with a new version 2.5-rc2.
Version 2.5 is specified in the compose file and currently matches 2.5-rc2. The
streamline-emr image is also updated, now specifying version 2.5. For
consistency, the redis image is re-tagged with 2.5 as well, but the image itself
has not been changed.
This commit is contained in:
root
2025-04-22 18:13:09 +00:00
parent a738c4bb37
commit 375bad1f1a
+2 -2
View File
@@ -1,6 +1,6 @@
services:
streamline-emr:
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:2.3
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:2.5
container_name: streamline-emr
restart: unless-stopped
volumes:
@@ -37,7 +37,7 @@ services:
- redis
redis:
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/redis/arm64:2.3
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/redis/arm64:2.5
container_name: streamline-emr-redis
restart: unless-stopped
volumes: