Skip to content

bad13/docker-mirthchannelexporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirth-channel-exporter as a docker-container

The Exporter is coded by...

https://github.com/teamzerolabs/mirth_channel_exporter

I need this in a docker-container

https://hub.docker.com/r/dspkd/prom-mirthchannelexporter

Run it via docker-compose. Create a .env file for the environment variables in the same folder where your docker-compose.yaml is stored

sample of .env-file

MIRTH_ENDPOINT=https://yourmirthserver:port
MIRTH_USERNAME=your mirth user
MIRTH_PASSWORD=your password

sample of docker-compose.yml

version: "3"
services:
  mirthexporter:
    image: dspkd/prom-mirthchannelexporter:latest
    container_name: mirth-channel-exporter
    restart: always
    ports:
      - '9141:9141'
    environment:  
      - MIRTH_ENDPOINT=${MIRTH_ENDPOINT}
      - MIRTH_USERNAME=${MIRTH_USERNAME}
      - MIRTH_PASSWORD=${MIRTH_PASSWORD}

About

all about docker stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published