Moving Invidious config out of compose env to Jinja template.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 49s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Failing after 10m50s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Deploy via Ansible & Docker Compose (push) Has been skipped

This commit is contained in:
2025-02-18 13:44:29 -05:00
parent 480805ae9e
commit ff7e91047e
2 changed files with 952 additions and 16 deletions
+3 -16
View File
@@ -1817,22 +1817,7 @@ services:
condition: service_started
required: true
environment:
INVIDIOUS_CONFIG: >-
db:
dbname: invidious
user: kemal
password: ${INVID_PG_DB_PASSWORD}
host: invidious-db
port: 5432
check_tables: true
signature_server: 'invidious-sig-helper:12999'
visitor_data: '${INVID_VISITOR_DATA}'
po_token: '${INVID_PO_TOKEN}'
# external_port:
# domain:
# https_only: false
# statistics_enabled: false
hmac_key: "${INVID_HMAC_KEY}"
INVIDIOUS_CONFIG_FILE: /config.yml
healthcheck:
interval: 30s
retries: 2
@@ -1859,6 +1844,8 @@ services:
published: "3007"
target: 3000
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/invidious/config.yml:/config.yml
invidious-sig-helper:
cap_drop:
- ALL