=== docker-compose.yml ===
Together with the comments, it should be pretty much self-explanatory. In summary, this docker-compose is going to build a new container, tag it with a specific name, and then run it once on our system, using a pre-configured entrypoint (i.e. a command which will be executed after container creation).
<syntaxhighlight lang="yaml">