Compare commits

..

4 commits

Author SHA1 Message Date
3839c17424
changed volume mount 2025-01-18 16:09:07 -05:00
8638305fdf
personal settings 2025-01-18 16:09:07 -05:00
124419ddc8
personal settings 2025-01-18 16:09:07 -05:00
5d0e89a41b
removed busybox-suid 2025-01-18 16:09:07 -05:00
3 changed files with 5 additions and 4 deletions

View file

@ -2,4 +2,6 @@
"[nginx]": {
"editor.formatOnSave": false
},
"projectManager.ignoreProjectsWithinProjects": true,
"git.repositoryScanMaxDepth": 0,
}

View file

@ -1,7 +1,7 @@
FROM nginx:stable-alpine3.20
COPY default.conf.template /etc/nginx/templates/default.conf.template
RUN apk --no-cache add nodejs npm bash dumb-init git busybox-suid && \
RUN apk --no-cache add nodejs npm bash dumb-init git && \
rm -rf /var/cache/apk/*
WORKDIR /quartz

View file

@ -9,8 +9,7 @@ services:
environment:
NGINX_PORT: 8080
SERVER_NAME: "localhost"
ENABLE_CRON: "true"
ENABLE_CRON: "false"
BUILD_SCHEDULE: "*/1 * * * *"
CONTENT_REPO: "https://code.modernleft.org/gravityfargo/modernleft-docs.git"
volumes:
- ./quartz:/quartz
- ~/Repositories/quartz:/quartz/src