added quartz wiki

This commit is contained in:
2025-11-29 03:01:04 +01:00
parent 989253c72f
commit 1063619fef
25 changed files with 1351 additions and 149 deletions

View File

@@ -1,15 +1,29 @@
services:
web:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- "3001:3000"
environment:
- NODE_ENV=development
volumes:
- .:/app
- /app/node_modules
- /app/.next
restart: unless-stopped
services:
web:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- "3001:3000"
environment:
- NODE_ENV=development
volumes:
- .:/app
- /app/node_modules
- /app/.next
restart: unless-stopped
wiki:
build:
context: ./quartz-setup
dockerfile: Dockerfile
# Port nicht nach außen exponiert - nur intern über Docker-Netzwerk erreichbar
expose:
- "8080"
volumes:
- ./wiki-vault:/app/content
- ./quartz-setup/public:/app/public
restart: unless-stopped
environment:
- QUARTZ_BASE_URL=/wiki