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

도커 invidious 설치좀 도와주세요

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

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 49649 +25
공지 정보 DSM 7.2v) ARPL-i18n(rr)으로 헤놀로지 부트로더 빌드하기. 74 달소 23.05.23.23:58 50742 +23
잡담 원격지 헤놀로지의 부트로더 업데이트 기능추가 9 화정큐삼 19시간 전21:50 185 +2
가이드 우분투/데비안에서 Active Backup for Business 사용하기 5 kmw_ 3일 전20:03 137 +1
잡담 시놀 active backup 써봤습니다 kmw_ 6일 전15:25 314 +1
5221 질문
image
서브어린이 30분 전17:11 10 0
5220 질문
normal
kmw_ 1시간 전16:13 38 0
5219 후기
image
압도적뉴비 1시간 전15:43 43 +1
5218 잡담
normal
kmw_ 19시간 전22:04 169 0
5217 잡담
normal
화정큐삼 19시간 전21:50 185 +2
5216 질문
image
somi 1일 전08:16 272 0
5215 질문
image
Yukari 2일 전13:26 383 0
5214 질문
normal
우주하마 2일 전12:53 171 0
5213 질문
normal
껄돌이 2일 전19:05 174 0
5212 질문
image
서브어린이 3일 전23:32 131 0
5211 질문
image
드림카카오 3일 전21:52 119 0
5210 질문
image
케이엠 3일 전20:41 223 0
5209 가이드
image
kmw_ 3일 전20:03 137 +1
5208 질문
image
띠로리라도 4일 전14:36 119 0
5207 질문
normal
Dicecream 4일 전13:20 69 0
5206 질문
normal
케이엠 4일 전11:10 186 0
5205 질문
normal
달소 4일 전09:47 145 0
5204 질문
normal
서브어린이 5일 전23:25 231 0
5203 잡담
image
kmw_ 6일 전15:25 314 +1
5202 질문
normal
giogo 6일 전12:36 95 0