Skip to content

Commit

Permalink
Merge pull request #87 from globallightingdata/develop
Browse files Browse the repository at this point in the history
Update Caddy & Docusauruns
  • Loading branch information
Kurpanik authored Jun 4, 2024
2 parents 885c7ad + 83e3770 commit 63b37a5
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 204 deletions.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
test.gldf.io {
root * /srv
encode zstd gzip
basicauth * {
basic_auth * {
dial JDJhJDE0JElsZkFMOFJmeU5YWmE2WlF4cFFQaXVmeTdkaU9ETWJ1Q2htcE5PYzhEMGkwTFNiSS92Yzdx
}
file_server
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm ci --no-audit --no-fund && npm run build

### RELEASE ###
# https://hub.docker.com/_/caddy/tags
FROM caddy:2.7.6-alpine
FROM caddy:2.8.4-alpine

COPY Caddyfile /etc/caddy/Caddyfile
COPY --from=build /build /srv
Expand Down
Loading

0 comments on commit 63b37a5

Please sign in to comment.