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

도커 invidious 설치좀 도와주세요

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

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 25633 +25
공지 정보 DSM 7.2v) ARPL-i18n(rr)으로 헤놀로지 부트로더 빌드하기. 73 달소 23.05.23.23:58 27219 +23
업데이트 m.2 nvme 단독설치(DSM 및 볼륨)를 위한 nvmesystem addon for mshell 배포. 16 화정큐삼 2일 전21:48 267 +7
업데이트 nvmesystem addon for mshell 을 테스트 중입니다. 5 화정큐삼 2일 전12:06 156 +5
잡담 Hp microsever Gen8에서 n100나스로 이전 11 제러스 4일 전15:34 368 +1
2804 질문
image
경호 4시간 전22:53 33 0
2803 질문
normal
무로 12시간 전15:10 129 0
2802 질문
image
xelloss123 1일 전20:13 50 0
2801 질문
image
Yui17 1일 전13:59 130 0
2800 질문
normal
수수수 1일 전12:33 82 0
2799 질문
normal
케이엠 1일 전11:27 246 0
2798 질문
normal
윤중윤서아빠 1일 전05:58 108 0
2797 질문
image
늅늅이 2일 전23:30 189 0
2796 질문
normal
kntir 2일 전15:15 121 0
2795 질문
image
경호 2일 전14:34 146 0
2794 질문
normal
잿빛미소 2일 전13:52 161 0
2793 질문
image
withhong 3일 전16:39 241 0
2792 질문
image
똘이예요 3일 전14:26 146 0
2791 질문
image
SmileSlime 3일 전11:58 175 0
2790 질문
normal
훔바조련사뎀장군 4일 전22:54 165 0
2789 질문
image
DEVOPS 4일 전22:53 200 0
2788 질문
normal
묵월야(墨月夜) 4일 전09:50 112 0
2787 질문
normal
햄뽁이아빠 5일 전16:26 182 0
2786 질문
normal
narf 5일 전08:37 243 0
2785 질문
normal
양미 5일 전08:04 230 0