Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 600 Bytes

DOCKERHUB_README.md

File metadata and controls

23 lines (12 loc) · 600 Bytes

DZDMedLog

A Webapplication to log medication history of studyparticipants.

For more details visit: https://github.com/DZD-eV-Diabetes-Research/DZDMedLog

Run

Prebuild container

Get or Update the container image

docker pull dzdde/dzdmedlog

Run the container

docker run -v ./database:/opt/medlog/data -p 8888:8888 -e DEMO_MODE=true dzdde/dzdmedlog

(Alternatively) If you have a WiDo GKV Arzneimittelindex to hand:

docker run -v ./database:/opt/medlog/data ./GKV_AI_StammPlus:/opt/medlog/arzneimittelindex -p 8888:8888 -e DEMO_MODE=true dzdde/dzdmedlog

visit http://localhost:8888