30 lines
535 B
Markdown
30 lines
535 B
Markdown
# Outline Wiki
|
|
|
|
Knowledge base and wiki.
|
|
|
|
## Deployment
|
|
|
|
Deploy via Portainer git stack or:
|
|
|
|
```bash
|
|
cd /mnt/user/data/flook-stacks/stacks/outline
|
|
docker compose up -d
|
|
```
|
|
|
|
## Restore Database
|
|
|
|
After first deploy, restore the database:
|
|
|
|
```bash
|
|
docker exec -i outline-postgres psql -U rishi outline < /mnt/user/appdata/outline/outline-backup.sql
|
|
```
|
|
|
|
## Volumes
|
|
|
|
- `/mnt/user/appdata/outline/db-data` - PostgreSQL data
|
|
- `/mnt/user/appdata/outline/redis-data` - Redis data
|
|
|
|
## NPM Proxy
|
|
|
|
- `wiki.rishighan.com` → `192.168.1.75:3000`
|