Revert quartz changes
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9s

This commit is contained in:
2026-04-06 13:58:57 +01:00
parent 1f6c540c1c
commit 01adee7941
2 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ services:
env_file:
- ./.env
volumes:
- ${OBSIDIAN_DIR}:/content:ro
- ${OBSIDIAN_DIR}:/quartz/content:ro
gitea-runner:
image: gitea/act_runner:latest

View File

@@ -2,7 +2,7 @@
set -e
envsubst '${DOMAIN}' \
< /quartz/quartz.config.ts.template \
> /quartz/quartz.config.ts
</quartz/quartz.config.ts.template \
>/quartz/quartz.config.ts
exec npx quartz build --serve --port "${QUARTZ_PORT:-8080}" --directory /content
exec npx quartz build --serve --port "${QUARTZ_PORT:-8080}"