Deploy Your Wagtail Webpage with Docker, PostgreSQL, Gunicorn & NGINX
Want to publish your Wagtail site in a Docker environment with PostgreSQL, Gunicorn and NGINX on a production server? The following tutorial will show you an easy way.
Dockerize Wagtail & PostgreSQL as a development environment
If you want to develop with Wagtail and PostgreSQL in a platform-independent way, using Docker is a good choice. In the following tutorial, I would like to share my approach.