Best Notion-like
no gallery, no property
no mention page
Outline Docker Compose
minio version repo chsasank • Updated 2022 Mar 2 13:52
chsasank • Updated 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...
https://app.getoutline.com/share/770a97da-13e5-401e-9f8a-37949c19f97e/doc/docker-7pfeLP5a8t
Hosting Outline
A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more...
https://app.getoutline.com/share/770a97da-13e5-401e-9f8a-37949c19f97e/doc/docker-7pfeLP5a8t
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.
https://kevalnagda.github.io/sendgrid-with-outline

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.
https://www.getoutline.com/


Seonglae Cho