From 57c0b134730da965f99fae226790f593e42e1c8c Mon Sep 17 00:00:00 2001 From: Nathan Price Date: Fri, 17 Jan 2025 20:06:52 -0500 Subject: [PATCH] vault backup: 2025-01-17 20:06:52 --- Applications/quartz-docker.md | 2 -- Applications/quartz-docker/docker-compose.md | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Applications/quartz-docker.md b/Applications/quartz-docker.md index 81b35f2..19539aa 100644 --- a/Applications/quartz-docker.md +++ b/Applications/quartz-docker.md @@ -14,8 +14,6 @@ This project runs **Quartz 4**, a fast, batteries-included static site generator While Quartz provides [Docker support](https://quartz.jzhao.xyz/features/Docker-Support), it is not as self contained as this project. -This container uses my fork of Quartz, as my [PR](https://github.com/jackyzha0/quartz/pull/1725) for JSON-based configuration was not accepted due to design considerations. - I explored several alternative approaches for configuration within this container, but none met my criteria for simplicity—specifically, avoiding the need to mount the entire site source and instead only requiring a dedicated `content` and `config` directory. ## 🚀 Features diff --git a/Applications/quartz-docker/docker-compose.md b/Applications/quartz-docker/docker-compose.md index 6340567..2041746 100644 --- a/Applications/quartz-docker/docker-compose.md +++ b/Applications/quartz-docker/docker-compose.md @@ -11,11 +11,5 @@ services: ENABLE_CRON: "true" BUILD_SCHEDULE: "*/10 * * * *" volumes: - - quartz-deps:/usr/share/nginx/html/node_modules - - /srv/quartz/content:/content - - /srv/quartz/config:/config - -volumes: - quartz-deps: - driver: local + - /srv/quartz/content:/quartz ```