Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.04 KB

docker-junebug

Dockerfile for running Junebug with Nginx.

Details:

Base image: praekeltfoundation/vumi

This is a Debian Jessie base image with the latest version of Python 2 and Junebug and Nginx installed.

Environment variables:

The environment variables that can be set are:

For adding HTTP Basic Auth to the /jb/ API endpoint:

  • AUTH_USERNAME
  • AUTH_PASSWORD

For configuring Junebug:

  • JUNEBUG_INTERFACE defaults to 0.0.0.0
  • JUNEBUG_PORT defaults to 8080
  • REDIS_HOST defaults to 127.0.0.1
  • REDIS_PORT defaults to 6379
  • REDIS_DB defaults to 1
  • AMQP_HOST defaults to 127.0.0.1
  • AMQP_VHOST defaults to guest
  • AMQP_PORT defaults to 5672
  • AMQP_USER defaults to guest
  • AMQP_PASSWORD defaults to guest

Usage: