Files
streamline-emr/template.env
T
alec.turner 7c528766b0 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.
2024-03-01 11:05:50 -08:00

4 lines
118 B
Bash

APP_PORT=3000
CONTAINER_NAME=streamline-emr-1
COMPOSE_PROJECT_NAME=streamline-emr-1
DATA_DIR=/path/to/volume/mount/dir