refactored docker-compose
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user