This commit is contained in:
mudler
2023-08-01 00:03:19 +02:00
parent c192567842
commit 51a2998fe7
7 changed files with 319 additions and 112 deletions

View File

@@ -13,8 +13,9 @@ services:
- .env
volumes:
- ./models:/models:cached
- ./config:/config:cached
command: ["/usr/bin/local-ai" ]
miniagi:
microagi:
build:
context: .
dockerfile: Dockerfile
@@ -25,5 +26,6 @@ services:
condition: service_healthy
volumes:
- ./db:/app/db
- ./data:/data
env_file:
- .env