Strip the Nuxt 4 static site and replace with Docker Compose config for self-hosted Outline wiki (Outline + PostgreSQL 16 + Redis 7). Adds nginx reverse proxy with WebSocket support and CSS injection, migration script for existing markdown articles, backup script, and starter theme CSS.
3 lines
122 B
Text
3 lines
122 B
Text
# Used by docker-compose.yml for the PostgreSQL service
|
|
# Generate with: openssl rand -hex 16
|
|
POSTGRES_PASSWORD=CHANGE_ME
|