mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
docs: add discord-bot example (#126)
This commit is contained in:
parent
16773e2a35
commit
54b5eadcc4
8 changed files with 76 additions and 3 deletions
|
@ -5,11 +5,11 @@ services:
|
|||
image: quay.io/go-skynet/local-ai:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- 8080:8080
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./models:/models:cached
|
||||
command: ["/usr/bin/local-ai" ]
|
||||
command: ["/usr/bin/local-ai" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue