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