# openelis-docker **Repository Path**: easylin/openelis-docker ## Basic Information - **Project Name**: openelis-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: 3.1.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-15 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## OpenELIS Global2 Docker Compose Setup Docker Compose setup for OpenELIS-Global2 You can find more information on how to set up OpenELIS at our [docs page](http://docs.openelis-global.org/) [![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) [![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) [![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) ## ONLINE INSTALLATION ### Running OpenELIS Global 3x with docker-compose docker-compose up -d #### The Instance can be accessed at | Instance | URL | credentials (user: password)| |---------- |:-------------:|------: | | Legacy UI | https://localhost/api/OpenELIS-Global/  | admin: adminADMIN! | | New React UI | https://localhost/ | admin: adminADMIN! ### Running OpenELIS Global 2x with docker-compose docker-compose -f docker-compose-2x.yml up -d #### The Instance can be accessed at | Instance | URL | credentials (user: password)| |---------- |:-------------:|------: | | OpenElis | https://localhost:8443/OpenELIS-Global/  | admin: adminADMIN! | ## OFFLINE INSTALLTION For offline Installtion,where theres no Intenet acess, 1. Download the OpenELIS-Global Docker Installer zip file from the [Release Artifacts](https://github.com/I-TECH-UW/openelis-docker/releases) 1. Unzip the OpenELIS-Global Docker Installer zip file tar xzf OpenELIS-Global__docker_installer.tar.gz 1. Move to directory of the Unziped OpenELIS-Global Docker Installer file cd OpenELIS-Global__docker_installer 1. For installing OpenELIS-Global2 the first time ,Load the images and start the containers by running ./run.sh 1. For Upgrading OpenELIS-Global2 with an existing docker installer ,only Load the images in the new docker installer and re-satrt Global Global containers in your existing old Docker installer ./upgrade.sh