From 724881840cb2ee641e3e99539e771e1f87f5049a Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 10:59:26 -0500 Subject: [PATCH] vault backup: 2025-01-17 10:59:26 --- Applications/quartz-docker.md | 25 +++++++++++--------- Applications/quartz-docker/docker-compose.md | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index eed132a..aa71592 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -13,22 +13,25 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator ## 🚀 Features - configurable with environment variables -- node and nginx included +- node and nginx included - configurable cron for job to pull and build site - - ## 🛠️ Getting Started ### Docker Compose See a list of all Environment Variables [[environment variables|here.]] -1. Create a data directory and pull your existing content -```bash -git clone https://code.modernleft.org/gravityfargo/modernleft-docs.git quartz -``` -2. Create a `docker-compose.yml` file -![[docker-compose]] -### Cron -![[cron]] +1. Create a data directory and pull your existing content + + ```bash + git clone https://code.modernleft.org/gravityfargo/modernleft-docs.git quartz + ``` + +2. Create a `docker-compose.yml` file + ![[docker-compose]] + The only required variable is `BASE_URL`. The rest are set to the developer's [defaults](https://quartz.jzhao.xyz/configuration) `BASE_URL` sets both quartz's "baseUrl" as well as nginx's `server_name`. + +### Cron + +![[cron]] diff --git a/Applications/quartz-docker/docker-compose.md b/Applications/quartz-docker/docker-compose.md index 110c963..b8324a5 100644 --- a/Applications/quartz-docker/docker-compose.md +++ b/Applications/quartz-docker/docker-compose.md @@ -1,4 +1,4 @@ -# +**Minimal** ```yaml services: quartz-docker: