rotationalio / radish

A stateless asynchronous task queue and handler framework
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Turnip Dockerfile and example docker-compose #14

Closed bbengfort closed 4 years ago

bbengfort commented 4 years ago

Adds Docker file for turnip and example docker-compose and Prometheus configuration.

Updates the server config with metrics address and a bool to turn of metrics if needed. Serve now registers the metrics and serves them to prometheus.

TODO:

Fixes #6

bbengfort commented 4 years ago

Looks great - thank you!