Commit Graph
12 Commits
Author SHA1 Message Date
root 375bad1f1a 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.
2025-04-22 18:13:09 +00:00
root a738c4bb37 update statistics image and bump version to 2.5
The statistics image is updated to the latest available as of 2025-04-22, image
ID e0705e6cb218. This image was retagged with v2.5. The version is also updated
in the config file, now 2.5.
2025-04-22 16:07:39 +00:00
root bd0919a538 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.
2025-04-11 17:53:07 +00:00
alec.turner aa7b64e0b9 remove volumes from statistics service and move environment variables to compose
Previously, two volumes were bound to the statistics service. Both are removed
here. The first volume was a .env file, whose contents are now moved to the
compose file under the 'environment' keyword. The second, enabling persistent
storage for the /app folder, also caused the crucial 'fetch_and_update.php' to
be overwritten. Persistent storage is not currently necessary within this
service.
2025-04-09 16:09:46 -07:00
alec.turner 15ef569fbc remove unnecessary entries from compose file
- Named volumes were still present (but unused) from a previous commit.
- A network was explicitly defined, but was not necessary as all services are
  added to a default bridge network already.
- Remove host port mapping for redis container as the statistics service
  accesses it directly (not through the host). This is also improves security.
2025-04-03 12:14:14 -07:00
Patrick Gregorio b33a17b3b5 Changed named volumes to bind mounted volumes for consistency 2025-04-03 12:45:04 -06:00
Patrick Gregorio 5d5f430a2d Removed image mapping in the config.json file 2025-04-03 12:32:35 -06:00
admin 91a4b10a5a removed streamline-src dir, modified compose file, updated Dockerfile.* files 2025-04-01 15:37:46 +03:00
admin ce3c354927 cleanup compose file 2025-03-31 16:35:47 +03:00
admin b0c09ade50 streamline-emr v2.3 custom sync service scripts, docker-compose updates 2025-03-26 19:18:23 +03:00
admin 22473c8f3f cleanup & setting up sync update 2025-03-24 17:19:51 +03:00
alec.turner abf1c11d47 update hosted-app-utils to use simplified package management 2024-10-18 14:42:40 -07:00