articulate / docker-kong-wait

Adds monit to the base kong image so it auto-restarts if cassandra hasn't started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kong in Docker with a better startup

This is a image based on the official docker image which adds a smarter CMD which waits for cassandra to be online before starting kong.

Why?

When you try to run kong in a docker-compose setup you will run into issues with cassandra taking too long to start. By having the CMD wait for cassandra's port to be available, we avoid this issue.

Supported tags and respective Dockerfile links

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

About

Adds monit to the base kong image so it auto-restarts if cassandra hasn't started


Languages

Language:Shell 100.0%