Sm shit changed

- new config on dozzle, gitea, invidious, ollama
- gossa file server
- scripts to poweron/update all dockers
This commit is contained in:
bigboxuser
2025-10-25 10:40:29 +03:00
parent 4b169be4ff
commit 82a84240eb
9 changed files with 87 additions and 10 deletions

View File

@@ -30,7 +30,6 @@ services:
invidious:
image: quay.io/invidious/invidious:latest
# image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
restart: unless-stopped
ports:
- "4000:3000"
@@ -46,17 +45,22 @@ services:
host: invidious-db
port: 5432
check_tables: true
signature_server: inv_sig_helper:12999
#signature_server: inv_sig_helper:12999
visitor_data: CgtYSm5kUWRVZVE1ZyiI19DFBjInCgJSTxIhEh0SGwsMDg8QERITFBUWFxgZGhscHR4fICEiIyQlJiBF
po_token: MpgBecKBkgtBf495_hSk7H5v2KKh-AqptAyHbebX8yIGmiAdCdWMqjxK-5Tj_M_N_ATC0_338CYGDbdFPWV10VlDLhX5K2rgzdva9hD4AMVfcSBZalgO8Wmgly5ynp2tTwll3kgbRJXpz1nJNc-mrUnd0qIKsqigJvJet1RxUzWNc0cVCnRdhhplKd8ms7jDuSCnHaWglT3M6d0=
quality: dash
quality_dash: 1080p
quality_dash: auto
local: true
invidious_companion:
- private_url: "http://companion:8282/companion"
#- public_url: "http://localhost:8282"
invidious_companion_key: "FcmLBRw5p3SkVjuR"
# external_port:
# domain:
# https_only: false
# statistics_enabled: false
hmac_key: "4xEaLg0fzfvolth1Tq+wJstoZuF3mkURi5PmgzPeqlo="
use_innertube_for_captions: true
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:4000/api/v1/trending || exit 1
interval: 30s
@@ -69,19 +73,38 @@ services:
depends_on:
- invidious-db
inv_sig_helper:
image: quay.io/invidious/inv-sig-helper:latest
init: true
command: ["--tcp", "0.0.0.0:12999"]
companion:
image: quay.io/invidious/invidious-companion:latest
environment:
- RUST_LOG=info
- SERVER_SECRET_KEY=FcmLBRw5p3SkVjuR
restart: unless-stopped
#ports:
#- "127.0.0.1:8282:8282"
logging:
options:
max-size: "1G"
max-file: "4"
cap_drop:
- ALL
read_only: true
volumes:
- companioncache:/var/tmp/youtubei.js:rw
security_opt:
- no-new-privileges:true
# inv_sig_helper:
# image: quay.io/invidious/inv-sig-helper:latest
# init: true
# command: ["--tcp", "0.0.0.0:12999"]
# environment:
# - RUST_LOG=info
# restart: unless-stopped
# cap_drop:
# - ALL
# read_only: true
# security_opt:
# - no-new-privileges:true
invidious-db:
image: docker.io/library/postgres:14
restart: unless-stopped
@@ -98,3 +121,4 @@ services:
volumes:
postgresdata:
companioncache: