Skip to content

acidjunk/docker-web2py

Repository files navigation

About this repo

The repo contains the Docker image for the web2py web framework. See the hub page.

Usage:

docker pull acidjunk/web2py

docker run -p 443:443 -p 80:80 -v my_app:/home/www-data/web2py/applications/webapp acidjunk/web2py

Todo:

  • Add postgres support
  • Make it possible to run without SSL so setup behind a reversed Nginx Proxy is easier
  • Make it possible to add your own python requirements
  • Upgrade python to 2.7.12

Inspired by: thehipbot and rafs

Releases

No releases published

Packages

No packages published

Languages