mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
updates to docker-compose.yml and documentation to allow runtime configuration
Further configuration options are made available to support running multiple instances of the app on the same machine, including the use of docker sibling containers. `README.md` and `template.env` are updated accordingly. The database port is no longer exposed as this is not required to access and manage the app at this time.
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr:2.0
|
||||
container_name: ${CONTAINER_NAME:-streamline-emr}
|
||||
volumes:
|
||||
- '/var/signalytic/clientapps/streamline/streamline-emr/data:/var/lib/mysql'
|
||||
- "${DATA_DIR:-/var/signalytic/clientapps/streamline/streamline-emr/data}:/var/lib/mysql"
|
||||
ports:
|
||||
- ${APP_PORTS:-3000:80}
|
||||
- ${DB_PORTS:-6607:3306}
|
||||
- "${APP_PORT:-3000}:80"
|
||||
Reference in New Issue
Block a user