Add LibreTranslate #5

Merged
me merged 7 commits from dev into main 2025-07-26 12:02:51 -07:00
5 changed files with 160 additions and 0 deletions
Showing only changes of commit 16df857f08 - Show all commits

View File

@@ -5,12 +5,12 @@ COMPOSE_BAKE=true
### Container Specs ###
## For a small-scale server (such as 1 CPU, 1GB RAM).
CPU_MINIMAL=0.25
RAM_MINIMAL=640M
# CPU=0.25
# RAM=640M
## For a fully capable server.
CPU_RECOMMENDED=2.00
RAM_RECOMMENDED=4.0G
CPU=2.00
RAM=4.0G
CPU=$CPU_RECOMMENDED
RAM=$RAM_RECOMMENDED