docs: add discord-bot example (#126)

This commit is contained in:
Ettore Di Giacinto 2023-04-30 00:31:28 +02:00 committed by GitHub
parent 16773e2a35
commit 54b5eadcc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 76 additions and 3 deletions

View file

@ -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" ]