Compare commits
4 commits
841a252857
...
3839c17424
Author | SHA1 | Date | |
---|---|---|---|
3839c17424 | |||
8638305fdf | |||
124419ddc8 | |||
5d0e89a41b |
3 changed files with 5 additions and 4 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -2,4 +2,6 @@
|
|||
"[nginx]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"projectManager.ignoreProjectsWithinProjects": true,
|
||||
"git.repositoryScanMaxDepth": 0,
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue