Files
streamline-emr/root/var/signalytic/clientapps/streamline/streamline-emr/template.env
T
alec.turner 9cbefc841f Simplify application management and align with other docker applications
The notion of application "instances" is dropped in favor of a simpler,
single-instance approach. Default values are provided for all configuration
variables so allow the app to run without additional manual configuration.

A health check and auto-heal script are added to automatically restart the
application in case it becomes unavailable during operation.
2024-03-25 09:34:34 -07:00

5 lines
177 B
Bash

COMPOSE_PROJECT_NAME=streamline-emr
DATA_DIR=/var/signalytic/clientapps/streamline/streamline-emr/data
APP_IMAGE=streamline-emr:latest
APP_CONTAINER=streamline-emr
APP_PORT=3000