18 Commits
Author SHA1 Message Date
root 75183da725 update version to 2.7
- streamline image updated to include minor bug fixes
2025-04-28 15:39:01 +00:00
root 2c1067c1ae update to version v2.6
- updated streamline image to fix issue with missing database migrations
2025-04-24 21:59:11 +00:00
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 d647ac5d6f remove unused and outdated app.conf.dbsync
This file is not currently used and doesn't need to be in the repo. The DB
access info also did not match the current implementation.
2025-04-03 12:18:53 -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 7c00fb0171 remove forward slashes 2025-03-31 16:35:10 +03:00
admin 9f7196d146 statistics docker dir cleanup 2025-03-31 16:04:19 +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 c8c4ac7298 disable dbsync and prep for production
- bump version to 1.0
- disable dbsync
- add reference app.conf file to aid in quickly re-enabling dbsync
- upgrade hosted-app-utils to develop
2024-12-13 16:01:08 -08:00
alec.turner abf1c11d47 update hosted-app-utils to use simplified package management 2024-10-18 14:42:40 -07:00