Skip to content

Web-based Application for managing and organising medical records

License

Notifications You must be signed in to change notification settings

dgmann/document-manager

Repository files navigation

DocumentManager

DocumentManager

A system for managing medical records.

Quickstart

wget https://github.com/dgmann/document-manager/releases/latest/download/docker-compose.yaml
touch .env # Fill it with your config. See sectin below. 
docker compose up -d
# Access at http://localhost/

Configuration

Configuration is done primarily through environment variables. For an overview, check the ./deployment/docker-compose.yml. The mandatory configuration values are provided by a .env file with the following values:

Env Key
M1_HOST IP or hostname to M1 Oracle DB
M1_DB_USERNAME username for the M1 Oracle DB
M1_DB_PASSWORD username for the M1 Oracle DB