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:
2024-03-01 11:05:50 -08:00
parent 1a4756fda0
commit 7c528766b0
3 changed files with 14 additions and 8 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
APP_PORTS="3001:80"
DB_PORTS="6607:3306"
APP_PORT=3000
CONTAINER_NAME=streamline-emr-1
COMPOSE_PROJECT_NAME=streamline-emr-1
DATA_DIR=/path/to/volume/mount/dir