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

@@ -13,7 +13,7 @@ vi .env
1. Run the `prep.sh` file to create the volume mounts.
```
$DOCKER_HOME/Config/LibreTranslate/prep.sh
./prep.sh
```
2. If using a temporary location for `models/` such as `/tmp/`, ensure
@@ -26,5 +26,6 @@ that `prep.sh` is in `root`'s crontab.
3. Start the container up as normal.
```
cp docker-compose.main.yml docker-compose.yml
docker compose up -d
```