This repository contains a Docker Image meant to run Graylog2 on Heroku.
!!! WARNING !!! Please not that this project does not yet work! It is still in it's research stage!
Running Graylog2 on Heroku is achieved by creating an Docker image based on heroku/cedar
[1] which combines the content of the phusion/baseimage
[2] and graylog2/allinone
[3] images.
The result is an image that is compatible with the Heroku Docker images and can be run on Heroku using heroku-docker.
To run the container locally execute the following command:
docker run -t -p 9000:9000 -p 12201:12201 -p 12201:12201/udp potherca/graylog2-heroku
For more details please refer to the Docker manual in the Graylog documentation.
Details on deploying to Heroku are available in the "Build and Deploy with Docker" reference in the Heroku devcenter.
The Source Code for this project is available on github.com under the GNU General Public License v3.0 (GPLv3) – Created by Potherca