Deploy
Before deploying:
- Set the environment variables in
docker-compose.ymlanddocker-compose.monitoring.ymlbefore running them. - Set your domain in
../infra/caddy/Caddyfile.
Building the frontend app, so it can be served:
./build.sh
Run the containers:
docker compose up -d
Run the monitoring suite:
docker compose up -d -f docker-compose.monitoring.yml
The monitoring suite is not added to the Caddyfile, so you would need to be in the same network to access it.