Update docker-compose.yaml

sweep/improve-logging-information
Meng Zhang 2023-06-23 12:14:29 -07:00 committed by GitHub
parent 8879ed7655
commit 9278c67c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -13,8 +13,6 @@ services:
image: tabbyml/tabby image: tabbyml/tabby
platform: linux/amd64 platform: linux/amd64
command: serve --model TabbyML/T5P-220M command: serve --model TabbyML/T5P-220M
environment:
TABBY_ROOT: /data
volumes: volumes:
- "$HOME/.tabby:/data" - "$HOME/.tabby:/data"
@ -23,12 +21,11 @@ services:
image: tabbyml/tabby image: tabbyml/tabby
platform: linux/amd64 platform: linux/amd64
command: scheduler command: scheduler
environment:
TABBY_ROOT: /data
volumes: volumes:
- "$HOME/.tabby:/data" - "$HOME/.tabby:/data"
klaus: klaus:
restart: always
image: jonashaag/klaus image: jonashaag/klaus
environment: environment:
KLAUS_REPOS_ROOT: /repos KLAUS_REPOS_ROOT: /repos