{"id":24834552,"url":"https://github.com/DIGI-UW/openelis-docker","last_synced_at":"2025-10-14T07:31:30.954Z","repository":{"id":205751739,"uuid":"714995011","full_name":"DIGI-UW/openelis-docker","owner":"DIGI-UW","description":"Docker Compose setup for OpenELIS-Global2","archived":false,"fork":false,"pushed_at":"2025-09-02T12:06:28.000Z","size":281,"stargazers_count":3,"open_issues_count":0,"forks_count":18,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-02T14:18:10.092Z","etag":null,"topics":["docker","docker-compose","openelis"],"latest_commit_sha":null,"homepage":"https://openelis-global.org/","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DIGI-UW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-06T09:17:43.000Z","updated_at":"2025-09-02T12:06:33.000Z","dependencies_parsed_at":"2023-11-24T05:28:45.686Z","dependency_job_id":"a0e219e4-f4c8-4471-afea-dbd472f6cc52","html_url":"https://github.com/DIGI-UW/openelis-docker","commit_stats":null,"previous_names":["i-tech-uw/openelis-docker","digi-uw/openelis-docker"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/DIGI-UW/openelis-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGI-UW%2Fopenelis-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGI-UW%2Fopenelis-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGI-UW%2Fopenelis-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGI-UW%2Fopenelis-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DIGI-UW","download_url":"https://codeload.github.com/DIGI-UW/openelis-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGI-UW%2Fopenelis-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018225,"owners_count":26086307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","openelis"],"created_at":"2025-01-31T03:29:53.301Z","updated_at":"2025-10-14T07:31:30.949Z","avatar_url":"https://github.com/DIGI-UW.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## OpenELIS Global2 Docker Compose Setup\nDocker Compose setup for OpenELIS-Global2\n\nYou can find more information on how to set up OpenELIS at our [docs page](http://docs.openelis-global.org/)\n\n[![Build Status](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/ci.yml/badge.svg)](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/ci.yml)\n\n[![Publish Docker Image Status](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/publish-and-test.yml/badge.svg)](https://github.com/I-TECH-UW/OpenELIS-Global-2/actions/workflows/publish-and-test.yml)\n\n[![Build Off Line Docker Images](https://github.com/I-TECH-UW/openelis-docker/actions/workflows/build-installer.yml/badge.svg)](https://github.com/I-TECH-UW/openelis-docker/actions/workflows/build-installer.yml)\n\n## ONLINE INSTALLATION\n\n## Updating the DB Passord (Optional)\n1. Update the password for user `clinlims` in the  [1-pgsqlPermissions.sql](./volumes/database/dbInit/1-pgsqlPermissions.sql) file , which is used by both HAPI FHIR and the OpenELIS-Global webb app to acces the DB\n\n1. Update the data source password used by the webb app in the  [datasource.password](./volumes/properties/datasource.password) file accordingly\n\n1. Update the data source password used by the Hapi FHIR server in the  [hapi_application.yaml](./volumes/properties/hapi_application.yaml) file accordingly\n\n1. Lastly update the password for user `admin` in the  [1-pgsqlPermissions.sql](./volumes/database/dbInit/1-pgsqlPermissions.sql) file\n\n\n### Running OpenELIS Global 3x with docker-compose\n    docker-compose up -d\n\n#### The Instance can be accessed at \n\n| Instance  |     URL       | credentials (user: password)|\n|---------- |:-------------:|------:                       |\n| Legacy UI   |  https://localhost/api/OpenELIS-Global/  | admin: adminADMIN! |\n| New React UI  |    https://localhost/  |  admin: adminADMIN!\n\n## OFFLINE INSTALLTION\n\nFor offline Installtion,where theres no Intenet acess,\n\n1. Download the  OpenELIS-Global Docker Installer zip file  from the [Release Artifacts](https://github.com/I-TECH-UW/openelis-docker/releases)\n\n1. Unzip the OpenELIS-Global Docker Installer zip file \n\n       tar xzf OpenELIS-Global_\u003cverion\u003e_docker_installer.tar.gz\n\n1. Move to directory of the Unziped OpenELIS-Global Docker Installer file \n\n       cd OpenELIS-Global_\u003cverion\u003e_docker_installer\n\n1. For installing OpenELIS-Global2 the first time ,Load the images and start the containers  by running \n\n       ./run.sh\n\n1. For Upgrading  OpenELIS-Global2 with an existing docker installer ,only Load the images form the new docker installer with the following command, update the image tags to the new docker installer version and re-satrt Global Global containers in your existing old Docker  installer\n\n       ./upgrade.sh\n\n       \n    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDIGI-UW%2Fopenelis-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDIGI-UW%2Fopenelis-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDIGI-UW%2Fopenelis-docker/lists"}