Sign inSign up

rencinrig/notification

By rencinrig

Updated over 5 years ago

Docker repo for RabbitMQ Notification Sink for Mobius

Image
0

273

rencinrig/notification repository overview

Description

AMQP Notification Sink can be used for testing periodic notifications sent by Mobius. This helps in testing Mobius independently without Pegasus.

Git Hub Repo

Can be found in Repo

How to use this image

Refer Readme on details to use this image.

Pull image

docker pull rencinrig/notification:1.0.0-SNAPSHOT

Run via Docker compose

Run together with rabbitmq, postgresql and notification in a cluster using docker-compose.yml

  • rabitmq
  • postgressql
  • notification (only needed when pegasus is not available)
$ docker-compose up -d
Creating database ... done
Creating rabbitmq ... done
Creating mobius   ... done
Creating notification ... done

Configuration & Log files

Update volumes for mobius to map configuration as well as log files from host to container.

     volumes:
       - "./logs/:/var/log/"
       - "./mobius-sync:/code/mobius-sync"         
       - "./config/application.properties:/code/config/application.properties"
       - "./ssh/geni-kthare10.pem:/code/ssh/geni-kthare10.pem"
       - "./ssh/id_rsa.pub:/code/ssh/id_rsa.pub"

Tag summary

Content type

Image

Digest

Size

55.6 MB

Last updated

over 5 years ago

docker pull rencinrig/notification:1.0.1