all repos

onasty @ fb33310049d17b419481449563915bc1b956f534

a one-time notes service
name last commit last update
..
frontend/ chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300
.env.example chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300
README.md chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300
build.sh chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300
docker-compose.monitoring.yml chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300
docker-compose.yml chore: add deploy suite (#210)... 5 months ago 2025-09-12 14:41:21 +0300

Deploy

Before deploying:
  1. Set the environment variables in docker-compose.yml and docker-compose.monitoring.yml before running them.
  2. 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.