From 61b28f5e25d4fa9e619c72f9b6e840ec204ca1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Sun, 24 Nov 2024 17:40:54 +0100 Subject: [PATCH] Update docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 978e1fe..92067ed 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,20 @@ Features: Deployment stack: - Provisioning with Terraform +- Configuration with Ansible - Metrics with Prometheus -- Logging with zap, Promtail, Loki +- Logging with Promtail + Loki - Monitoring with Grafana - Caddy as reverse proxy - Error tracking with Sentry - Backups with AWS S3 + cronjob -- Bash scripts to automate VPS setup -- Releases with GitHub Actions, GHCR, Docker +- Releases with GitHub Actions + GHCR +- Deployment with Compose and Watchtower ## Docs +- [`00-develop.md`](docs/00-develop.md) - [`01-provision.md`](docs/01-provision.md) - [`02-configure.md`](docs/02-configure.md) - [`03-deploy.md`](docs/03-deploy.md) -- [`develop.md`](docs/develop.md) -- [`release.md`](docs/release.md) - [`monitor.md`](docs/monitor.md)