all repos

onasty @ ca622f3a8cfcc0fe2e6c889760eb6b2fd46616da

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 EEST
.env.example chore: add deploy suite (#210) 5 months ago 2025-09-12 14:41:21 EEST
README.md chore: add deploy suite (#210) 5 months ago 2025-09-12 14:41:21 EEST
build.sh chore: add deploy suite (#210) 5 months ago 2025-09-12 14:41:21 EEST
docker-compose.monitoring.yml chore: add deploy suite (#210) 5 months ago 2025-09-12 14:41:21 EEST
docker-compose.yml chore: add deploy suite (#210) 5 months ago 2025-09-12 14:41:21 EEST

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.