Example Docker Compose Build System

This project highlights how simple it can be to create a build system using docker compose.

  • /api - This folder contains the backend api using whatever paradigm the team chooses, be that rpc, rest, graphql etc.

  • /gui - The web frontend, or electron, java, etc