Skip to content

Commit

Permalink
docs: update caddy docker compose to --no-webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Aug 8, 2024
1 parent f21ed4a commit 34c5b1d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
worker-0:
restart: always
image: tabbyml/tabby
command: serve --model TabbyML/StarCoder-1B --device cuda
command: serve --model TabbyML/StarCoder-1B --device cuda --no-webserver
volumes:
- "$HOME/.tabby:/data"
deploy:
Expand All @@ -18,7 +18,7 @@ services:
worker-1:
restart: always
image: tabbyml/tabby
command: serve --model TabbyML/StarCoder-1B --device cuda
command: serve --model TabbyML/StarCoder-1B --device cuda --no-webserver
volumes:
- "$HOME/.tabby:/data"
deploy:
Expand All @@ -34,4 +34,4 @@ services:
volumes:
- "./Caddyfile:/etc/caddy/Caddyfile:ro"
ports:
- "8080:8080"
- "8080:8080"

0 comments on commit 34c5b1d

Please sign in to comment.