Running in Docker
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 exampleBuild containers via
docker-compose:docker-compose build
Start containers:
docker-compose up
Open
http://localhost:8000in a browser. You should see the main page.