• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

도커 invidious 설치좀 도와주세요

지나가는_문과생 지나가는_문과생 113

0

4

안녕하세요 지니가는 문과생입니다

  OS : DSM 7.2

참고 문헌 : Installation - Invidious Documentation

 

 

빌드 구문

 

version: "3"
services:

  invidious:
    image: quay.io/invidious/invidious:latest
    # image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
    restart: unless-stopped
    ports:
      - "127.0.0.1:3000:3000"
    environment:
      # Please read the following file for a comprehensive list of all available
      # configuration options and their associated syntax:
      # https://github.com/iv-org/invidious/blob/master/config/config.example.yml
      INVIDIOUS_CONFIG: |
        db:
          dbname: invidious
          user: kemal
          password: kemal
          host: invidious-db
          port: 5432
        check_tables: true
        # external_port:
        # domain:
        # https_only: false
        # statistics_enabled: false
        hmac_key: "20"
    healthcheck:
      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
      interval: 30s
      timeout: 5s
      retries: 2
    logging:
      options:
        max-size: "1G"
        max-file: "4"
    depends_on:
      - invidious-db

  invidious-db:
    image: docker.io/library/postgres:14
    restart: unless-stopped
    volumes:
      - postgresdata:/var/lib/postgresql/data
      - ./config/sql:/config/sql
      - ./docker/init-invidious-db.sh:/docker-entrypoint-initdb.d/init-invidious-db.sh
    environment:
      POSTGRES_DB: invidious
      POSTGRES_USER: kemal
      POSTGRES_PASSWORD: kemal
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]

volumes:
  postgresdata:
 
 
일단 빌드는 오류없는데.... 3000포트로 접속 하려고 하니 접속 안됩니다 ..
 
 
 
신고공유스크랩
4
profile image
달소 2024.05.01. 04:53
지나가는_문과생

에디터 코드샘플의 yaml로 입력해주시면됩니다.

image.png.jpg

 

 

version: "3"
services:


  invidious:
    image: quay.io/invidious/invidious:latest
    # image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
    restart: unless-stopped
    ports:
      - "127.0.0.1:3000:3000"
    environment:
      # Please read the following file for a comprehensive list of all available
      # configuration options and their associated syntax:
      # https://github.com/iv-org/invidious/blob/master/config/config.example.yml
      INVIDIOUS_CONFIG: |
        db:
          dbname: invidious
          user: kemal
          password: kemal
          host: invidious-db
          port: 5432
        check_tables: true
        # external_port:
        # domain:
        # https_only: false
        # statistics_enabled: false
        hmac_key: "20"
    healthcheck:
      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
      interval: 30s
      timeout: 5s
      retries: 2
    logging:
      options:
        max-size: "1G"
        max-file: "4"
    depends_on:
      - invidious-db


  invidious-db:
    image: docker.io/library/postgres:14
    restart: unless-stopped
    volumes:
      - postgresdata:/var/lib/postgresql/data
      - ./config/sql:/config/sql
      - ./docker/init-invidious-db.sh:/docker-entrypoint-initdb.d/init-invidious-db.sh
    environment:
      POSTGRES_DB: invidious
      POSTGRES_USER: kemal
      POSTGRES_PASSWORD: kemal
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]


volumes:
  postgresdata:

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 분류 제목 글쓴이 날짜 조회 추천
공지 정보 DSM 7.2v) Mshell로 헤놀로지 부트로더 빌드하기. 63 달소 23.05.29.01:57 25759 +25
공지 정보 DSM 7.2v) ARPL-i18n(rr)으로 헤놀로지 부트로더 빌드하기. 73 달소 23.05.23.23:58 27323 +23
가이드 나만의 구독 관리하기 Wallos 서버 구축하기.(DSM) 2 달소 1일 전17:30 258 +2
업데이트 m.2 nvme 단독설치(DSM 및 볼륨)를 위한 nvmesystem addon for mshell 배포. 16 화정큐삼 4일 전21:48 337 +8
업데이트 nvmesystem addon for mshell 을 테스트 중입니다. 5 화정큐삼 4일 전12:06 176 +6
2810 질문
image
Kallystar 5시간 전02:04 50 0
2809 질문
image
hashmap 5시간 전01:48 45 0
2808 질문
image
xpnol 6시간 전01:03 40 0
2807 질문
normal
마스토돈 21시간 전10:15 94 0
2806 질문
normal
사순밥 21시간 전09:24 84 0
2805 질문
normal
케이엠 1일 전09:23 130 0
2804 질문
image
경호 2일 전22:53 207 0
2803 질문
normal
무로 2일 전15:10 197 0
2802 질문
image
xelloss123 3일 전20:13 70 0
2801 질문
image
Yui17 3일 전13:59 153 0
2800 질문
normal
수수수 3일 전12:33 92 0
2799 질문
normal
케이엠 3일 전11:27 298 0
2798 질문
normal
윤중윤서아빠 4일 전05:58 134 0
2797 질문
image
늅늅이 4일 전23:30 212 0
2796 질문
normal
kntir 4일 전15:15 144 0
2795 질문
image
경호 4일 전14:34 190 0
2794 질문
normal
잿빛미소 4일 전13:52 177 0
2793 질문
image
withhong 5일 전16:39 246 0
2792 질문
image
똘이예요 5일 전14:26 158 0
2791 질문
image
SmileSlime 5일 전11:58 211 0