Running in Docker (Development mode)#
You can find a Docker example under the example directory.
Check the included example/Dockerfile and example/docker-compose.yml for more information.
Here’s how to start the example project via Docker:
Go into the
exampledirectory;cd example
Build containers via
docker-compose:docker-compose buildStart containers:
docker-compose up -d
Open http://localhost:8000 in a browser. You should see the main page.