From 1a8b4b36d583845719bbdb8d8a3d5566bac710f7 Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 11:01:02 -0500 Subject: [PATCH] vault backup: 2025-01-17 11:01:02 --- Applications/quartz-docker.md | 2 +- .../{docker-compose.md => minimal docker-compose.md} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename Applications/quartz-docker/{docker-compose.md => minimal docker-compose.md} (96%) diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index aa71592..e8eabe3 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -29,7 +29,7 @@ See a list of all Environment Variables [[environment variables|here.]] ``` 2. Create a `docker-compose.yml` file - ![[docker-compose]] + ![[minimal 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 diff --git a/Applications/quartz-docker/docker-compose.md b/Applications/quartz-docker/minimal docker-compose.md similarity index 96% rename from Applications/quartz-docker/docker-compose.md rename to Applications/quartz-docker/minimal docker-compose.md index b8324a5..771746d 100644 --- a/Applications/quartz-docker/docker-compose.md +++ b/Applications/quartz-docker/minimal docker-compose.md @@ -1,4 +1,3 @@ -**Minimal** ```yaml services: quartz-docker: