tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Add Docker images #49

Closed rtsisyk closed 7 years ago

rtsisyk commented 8 years ago

Add a Docker image with preconfigured nginx + nginx_upstream_module.

knazarov commented 8 years ago

I've recently made a Dockerfile for nginx-based load balancer. It builds nginx from source:

https://gist.github.com/racktear/11c991cac133416aafa72491e4dedc37

knazarov commented 8 years ago

@dedok FYI

knazarov commented 8 years ago

Docker image created: https://hub.docker.com/r/tarantool/tarantool-nginx/

But we still need to document it, so I'm leaving this ticket open.

dedok commented 7 years ago

@racktear can I close the ticker?

knazarov commented 7 years ago

yes

dedok commented 7 years ago

thx!