Categorygithub.com/dgmann/document-manager
module
1.12.6
Repository: https://github.com/dgmann/document-manager.git
Documentation: pkg.go.dev

# README

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:

EnvKey
M1_HOSTIP or hostname to M1 Oracle DB
M1_DB_USERNAMEusername for the M1 Oracle DB
M1_DB_PASSWORDusername for the M1 Oracle DB

# Packages

No description provided by the author
No description provided by the author