Skip to content

Architecture

Robin Paret edited this page May 22, 2024 · 3 revisions

We do architecture as code using docker compose, here is a diagram of all containers in the service and how they are used: Architecture diagram

Development command: make start

Deployment command: bash deploy.sh

There is also a CD pipeline with github actions present on the dev and main branch

Clone this wiki locally