add Arkanum.dev site with docs #97

Merged
OCram85 merged 38 commits from vitepress/node into master 2024-05-22 10:07:33 +02:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 3db311b92f - Show all commits

View File

@ -1,6 +1,5 @@
bind 0.0.0.0
0.0.0.0:80 {
:8080 {
bind 0.0.0.0
root * /arkanum-docs
encode gzip zstd
try_files {path}.html {path} /

View File

@ -17,4 +17,4 @@ COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/
RUN ls -la /arkanum-docs/
COPY Caddyfile /etc/caddy
HEALTHCHECK --interval=15s --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1