docker-compose.yml reads these four variables to constrain the container. Pick the row that matches your server and move on.
What each one does
The 16 GB row matches the commented block in
docker.env.example, and adds VIDEO_MAX_CONCURRENT=4. That pairing matters: DOCKER_CPU_LIMIT is what caps video worker auto-detection, so raising memory alone buys you no extra workers.
Related
Video Processing
Worker concurrency, retries and encode limits.
Deploy on Coolify
Full deployment guide with resource configuration.