We have been using Web2py for several years and are now Dockerizing our 
solution for a cloud deployment.

After looking through the existing Docker solutions, we did not find a 
project that met our requirements:

   - Based on CentOS (Alpine is supported as well)
   - Void of HTTPS support - we handle this with a separate Docker 
   container running nginx
   - Supports both uWSGI for deployment and HTTP for developer testing
   - Supports all Web2py versions
   - Minimalistic with very few layers and following Dockerfile best 
   practices

If anyone has similar requirements or would like to help us test these new 
images, you can find them here.

https://github.com/smithmicro/web2py

or

docker run -p 8080:8080 smithmicro/web2py

Many thanks to the Web2py community!

Cheers,
Dave Sperling
Smith Micro

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to