Deploy Outline on Synology NAS

Posted by Jingbiao on June 10, 2023, Reading time: Less than 1 minute.

Docker images to use

To deploy Outline, we need to use docker-compose to run and configure several docker images. The images we need to use are the main Outline image outlinewiki/outline:latest and the images that Outline depends on:

  1. postgres
  2. redis
  3. Minio

Minio configuration

https://blog.csdn.net/u013480255/article/details/126268636

  • port 9000 and 8000 in the docker setting
1
RuntimeError: Error in faiss::gpu::GpuIndex::GpuIndex(std::shared_ptr, int, faiss::MetricType, float, faiss::gpu::GpuIndexConfig) at /root/miniconda3/conda-bld/faiss-pkg_1669821803039/work/faiss/gpu/GpuIndex.cu:55: Error: 'config_.device < getNumDevices()' failed: Invalid GPU device 0

Reference

  1. https://www.bilibili.com/read/cv22120456
  2. https://blog.csdn.net/wbsu2004/article/details/123177424
  3. https://zhuanlan.zhihu.com/p/616851832
  4. https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t