Docker repo for RabbitMQ Notification Sink for Mobius
273
AMQP Notification Sink can be used for testing periodic notifications sent by Mobius. This helps in testing Mobius independently without Pegasus.
Can be found in Repo
Refer Readme on details to use this image.
docker pull rencinrig/notification:1.0.0-SNAPSHOT
Run together with rabbitmq, postgresql and notification in a cluster using docker-compose.yml
$ docker-compose up -d
Creating database ... done
Creating rabbitmq ... done
Creating mobius ... done
Creating notification ... done
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"
Content type
Image
Digest
Size
55.6 MB
Last updated
over 5 years ago
docker pull rencinrig/notification:1.0.1