Initial commit: Docusaurus docker stack and docs

This commit is contained in:
Johan
2026-07-15 18:57:47 +00:00
commit d5b8c97ec3
61 changed files with 1857 additions and 0 deletions

12
.env Normal file
View File

@@ -0,0 +1,12 @@
# Container name — this is the DNS name Nginx Proxy Manager forwards to on
# the "proxy" network (Forward Hostname/IP: docusaurus-docs, Port: 3000).
CONTAINER_NAME=docusaurus-docs
# Port Docusaurus serves on inside the container.
PORT=3000
# Production URL of the docs site. Update this once you've picked the
# subdomain, then run `docker compose up -d --build` to rebuild with it —
# Docusaurus bakes the URL into the built site (canonical links, sitemap,
# social card meta tags), it isn't read at request time.
SITE_URL=https://docs.dotjuice.co.uk