Files
invidious/.env
T
2025-06-18 11:27:18 +02:00

17 lines
441 B
Bash

# I change the compose so often, it needs to ignore orphaned containers
COMPOSE_IGNORE_ORPHANS=True
# Invidious
INV_CPU_CORES=4
INV_MEM_LIMIT="1280m"
INV_MEM_SWAP="2048m"
INV_IMAGE="invidious-nerdvpn:latest"
INV_RESTART_POLICY="unless-stopped"
INV_HEALTHCHECK_URL="api/v1/stats"
BANNER_MSG="<p style='font-size:0.75em; text-align:center;'>YOUR BANNER MSG HERE</p>"
# Companion
COMP_CPU_CORES=4
COMP_MEM_LIMIT="1536m"
COMP_MEM_SWAP="2048m"