Skip to content

Dockerized Wagtail + PostgreSQL + Gunicorn + Nginx containers for developement and production

Notifications You must be signed in to change notification settings

ordigital/wagtail-postgresql-gunicorn-nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wagtail + PostgreSQL + Gunicorn + Nginx

  1. Download repository: git clone git@github.com:ordigital/wagtail-postgresql-gunicorn-nginx-docker.git
  2. Create .dev, .dev.db, .prod and .prod.db config files in env/ folder (you can rename and edit sample files)
  3. Make wag file executable: chmod +x ./wag
  4. Use: ./wag to stop, build and start developement server (Django internal server on port 8000) and ./wag prod to stop, build and start production server (with gunicorn and nginx proxy on port 8000)

About

Dockerized Wagtail + PostgreSQL + Gunicorn + Nginx containers for developement and production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published