refactored docker-compose

This commit is contained in:
Luca Sacchi Ricciardi
2026-03-28 07:54:17 +00:00
parent d9173b256d
commit 1320f5f92c

View File

@@ -1,7 +1,7 @@
services: services:
llamacpp-server: llamacpp-server:
image: llamacpp:latest image: llamacpp:latest
container_name: llamacpp_${SERVER_PORT} container_name: llamacpp_${MODEL_FILENAME}_${SERVER_PORT}
ports: ports:
- "${SERVER_PORT}:${SERVER_PORT}" - "${SERVER_PORT}:${SERVER_PORT}"
devices: devices: