Docker supporting filesΒΆ
This directory contains files supporting the Docker containerized application.
- Docker Deployment
- docker_tools.py - Tools for building and using the Runestone Servers in Docker
- docker_tools_misc.py - Misc CLI tools for Docker
- Dockerfile - create a container hosting the Runestone servers
- docker-compose.yml - Configure containerized Docker application
- .dockerignore - Files ignored by docker
- runestone.template - nginx configuration
- Gunicorn configuration
- routes.py - routing for web2py
- .env.prototype - Set environment variables for the containerized Docker app
- setup.py - Provide
docker_tools.py
as the scriptdocker-tools
- __init__.py