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

도커 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 25844 +25
공지 정보 DSM 7.2v) ARPL-i18n(rr)으로 헤놀로지 부트로더 빌드하기. 73 달소 23.05.23.23:58 27403 +23
가이드 나만의 구독 관리하기 Wallos 서버 구축하기.(DSM) 4 달소 3일 전17:30 336 +3
업데이트 m.2 nvme 단독설치(DSM 및 볼륨)를 위한 nvmesystem addon for mshell 배포. 19 화정큐삼 6일 전21:48 391 +8
업데이트 nvmesystem addon for mshell 을 테스트 중입니다. 5 화정큐삼 6일 전12:06 190 +7
2823 질문
image
쵸리 1시간 전01:38 9 0
2822 질문
normal
giogo 4시간 전21:46 25 0
2821 질문
normal
잿빛미소 9시간 전16:48 60 0
2820 질문
normal
해피조이 10시간 전15:47 62 0
2819 질문
normal
서브어린이 13시간 전12:46 89 0
2818 질문
image
나스나 14시간 전12:23 70 0
2817 질문
image
냉동개구리 23시간 전02:42 73 0
2816 질문
normal
Minimo 1일 전23:56 56 0
2815 질문
image
냉동개구리 1일 전22:26 188 0
2814 질문
file
njsc 1일 전19:52 76 0
2813 질문
normal
kmw_ 1일 전17:00 119 0
2812 질문
normal
Oxopid 1일 전13:05 131 0
2811 질문
normal
hashmap 1일 전10:25 164 0
2810 질문
image
Kallystar 2일 전02:04 173 0
2809 질문
image
hashmap 2일 전01:48 97 0
2808 질문
image
xpnol 2일 전01:03 111 0
2807 질문
normal
마스토돈 2일 전10:15 107 0
2806 질문
normal
사순밥 2일 전09:24 97 0
2805 질문
normal
케이엠 3일 전09:23 143 0
2804 질문
image
경호 4일 전22:53 241 0