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

도커 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 25949 +25
공지 정보 DSM 7.2v) ARPL-i18n(rr)으로 헤놀로지 부트로더 빌드하기. 73 달소 23.05.23.23:58 27508 +23
가이드 나만의 구독 관리하기 Wallos 서버 구축하기.(DSM) 4 달소 5일 전17:30 413 +3
업데이트 m.2 nvme 단독설치(DSM 및 볼륨)를 위한 nvmesystem addon for mshell 배포. 19 화정큐삼 24.05.13.21:48 454 +8
업데이트 nvmesystem addon for mshell 을 테스트 중입니다. 5 화정큐삼 24.05.13.12:06 209 +7
5191 질문
normal
vkfltk 2시간 전17:28 55 0
5190 질문
normal
hashmap 3일 전10:25 191 0
5189 질문
normal
지나가는_문과생 3시간 전16:36 63 0
5188 정보
image
달소 22.08.10.16:07 2029 +3
5187 질문
normal
onejun 24.01.24.13:51 346 0
5186 질문
image
나스나 2일 전12:23 110 0
5185 질문
image
xpnol 3일 전01:03 151 0
5184 질문
normal
giogo 1일 전21:46 55 0
5183 질문
normal
Minimo 2일 전23:56 75 0
5182 잡담
image
냉동개구리 3일 전16:58 199 0
5181 질문
image
냉동개구리 2일 전22:26 247 0
5180 질문
image
냉동개구리 2일 전02:42 109 0
5179 후기
image
kmw_ 2일 전11:22 351 0
5178 질문
normal
서브어린이 2일 전12:46 131 0
5177 질문
normal
타이푼 1일 전09:34 95 0
5176 질문
image
Kallystar 3일 전02:04 193 0
5175 질문
normal
잿빛미소 2일 전16:48 123 0
5174 질문
image
쵸리 1일 전01:38 124 0
5173 업데이트
image
화정큐삼 24.05.13.21:48 454 +8
5172 잡담
image
잿빛미소 24.05.13.15:19 362 0