Revert quartz changes
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,4 +5,4 @@ envsubst '${DOMAIN}' \
|
||||
</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}"
|
||||
|
||||
Reference in New Issue
Block a user