Wagtail/Django/Gunicorn + Svelte + Nginx environment running with Docker Compose
Docker/Docker compose is required. The containers take ~10s to ~20s to come up.
From the root project directory, to get the containers built and up and running:
docker compose up
or to bring them up in background
docker compose up -d
To view the logs of all service containers
docker compose logs
http://localhost/
http://localhost/api/
but you can reach the CMS admin at http://localhost/backend/admin
. This is being proxy passed by nginx.http://localhost:8000/api
and http://localhost:8000/backend/admin
- hot reload is enabled.http://localhost:3000/
- hot reload is enabled.