added build.sh, refactored docker-compose
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
llamacpp-server:
|
llamacpp-server:
|
||||||
build: .
|
image: llamacpp:latest
|
||||||
container_name: llamacpp_${SERVER_PORT}
|
container_name: llamacpp_${SERVER_PORT}
|
||||||
ports:
|
ports:
|
||||||
- "${SERVER_PORT}:${SERVER_PORT}"
|
- "${SERVER_PORT}:${SERVER_PORT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user