mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
17 lines
441 B
Bash
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"
|