Skip to content

Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)

License

Notifications You must be signed in to change notification settings

dtornieri/mirth-connect-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirth-connect-docker

Mirth-Connect Docker Stack (Mirth-Connect container + Mysql container + PHPMyAdmin container)

Prerequirements

  • Docker
  • Java

Build Mirth-Connect docker image

> docker-compose build --force-rm --no-cache --pull --parallel

Start Mirth-Connect-Docker stack

> docker-compose up -d

Stop Mirth-Connect-Docker stack

> docker-compose down

Connect to PHPMyAdmin

Connect to MySQL

Use your preferred MySQL client connected to localhost port 3306 (admin user: root / password: password)

Mirth database

  • database: mirth-test
  • user: mirth
  • password: password

Connect to Mirth-Connect

Double-click on ./webstart.jnlp to start the Mirth-Connect client (user: admin / password: admin )

or

browse to http://localhost:8080 to access web client.

Change configuration

see ./mirth-connect/README.md

Credits

About

Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 90.5%
  • Shell 9.5%