Outline

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 25 7:18
Editor
Edited
Edited
2025 Jan 12 18:12
Refs
Refs
Notion.so
Notion.so

Best Notion-like

no gallery, no property
no mention page
 

Outline Docker Compose

minio version repo
chsasankUpdated 2022 Mar 2 13:52

docker-compose run --rm outline yarn sequelize db:migrate --env=production-ssl-disabled # debug docker-compose up # run docker-compose up -d
 
 
version: '3' services: outline: image: outlinewiki/outline:0.61.1 ports: - '3000:3000' env_file: .env depends_on: - postgres - redis - storage redis: image: redis:6.2.6 hostname: redis-server command: ['redis-server'] healthcheck: test: ['CMD', 'redis-cli', 'ping'] interval: 10s timeout: 30s retries: 3 env_file: .env postgres: image: postgres:14.2 hostname: postgres-server volumes: - database-data:/var/lib/postgresql/data healthcheck: test: ['CMD', 'pg_isready -U user'] interval: 30s timeout: 20s retries: 3 env_file: .env storage: image: minio/minio ports: - '9000:9000' entrypoint: sh command: -c 'minio server' deploy: restart_policy: condition: on-failure volumes: - storage-data:/data healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost:9000/minio/health/live'] interval: 30s timeout: 20s retries: 3 env_file: .env volumes: https-portal-data: storage-data: database-data:
 
 
 
Hosting Outline
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more...
Hosting Outline
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more...

Sendgrid

Configure SendGrid with Outline for email delivery
Self Host a Wiki or Knowledge Base for Your Team walks us through the process of self-hosting the Outline wiki on our laptop or server easily. The outline also offers various other features along with the feature of login via email and sending invites via email.
Configure SendGrid with Outline for email delivery
Outline - Team knowledge base & wiki
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more... Get Started for Free → Just a few of the hundreds of features and little details. Your browser does not support the video tag. Beautiful documents, without even trying.
Outline - Team knowledge base & wiki
 
 
 

Backlinks

KMS

Recommendations