Three config generators in one place. Fill in a few fields and get a copy-paste ready Docker Compose file, a systemd unit, or a full llama-server command with the right library path exported. The preview updates live as you type – everything runs in your browser.

Ports

Volumes

Environment variables

docker-compose.yml

Volumes use host:container paths. Host paths are resolved relative to the compose file; absolute paths and named volumes (name:/path) work too. Custom networks are created with the bridge driver.

Environment variables

myapp.service

Drop the generated file into /etc/systemd/system/, then run sudo systemctl daemon-reload and sudo systemctl enable --now myapp.

Options
llama-server.sh

The generated command first exports LD_LIBRARY_PATH so llama-server finds its shared libraries, then starts the server. -fa is skipped automatically for Vulkan builds if you prefer – just uncheck it.

Related guides