Skip to content

Synology NAS + Portainer: How to install? #8224

Answered by Frixs
Frixs asked this question in Self Hosting
Discussion options

You must be logged in to vote

Ok, I finally figured it out!
My solution:

  • I do not have a public IP, I use Tailscale instead.
  • http without SSL on my local network
  • SSO on my Synology
  • If you have public IP, try to follow this: #8033 (comment)
version: "3.7"
services:

  outline:
    image: outlinewiki/outline:latest
    container_name: OutlineWiki
    ports:
      - "3000:3000"
    depends_on:
      - postgres
      - redis
    volumes:
      - /volume1/docker/outlinewiki/storage-data:/var/lib/outline/data
    extra_hosts:
      - "###PLACEDOMAIN###:###PLACEIP###"   # - here, your network.local to your local IP
    environment:
      NODE_ENV: production
      SECRET_KEY: ###PLACEYOURS###
      UTILS_SECRET: ###PLACEYO…

Replies: 4 comments 18 replies

Comment options

You must be logged in to vote
3 replies
@Frixs
Comment options

@tommoor
Comment options

@Frixs
Comment options

Comment options

You must be logged in to vote
14 replies
@Its4Nik
Comment options

@Its4Nik
Comment options

@Frixs
Comment options

@tommoor
Comment options

@Frixs
Comment options

Comment options

You must be logged in to vote
1 reply
@Frixs
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Frixs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants