Shrink down to just 1 yml file, putting the CPU and RAM into the env file, since the only docker-compose differences were the resource configuration.

This commit is contained in:
2025-07-23 06:05:21 -07:00
parent 593b1fbaf2
commit 620f3f81b2
4 changed files with 18 additions and 59 deletions

View File

@@ -2,6 +2,19 @@
COMPOSE_BAKE=true
### Container Specs ###
## For a small-scale server (such as 1 CPU, 1GB RAM).
CPU_MINIMAL=0.25
RAM_MINIMAL=640M
## For a fully capable server.
CPU_RECOMMENDED=2.00
RAM_RECOMMENDED=4.0G
CPU=$CPU_RECOMMENDED
RAM=$RAM_RECOMMENDED
### Languages ###
## Check for language model updates on each run.