Skip to content

Commit

Permalink
Merge pull request theroyallab#180 from SecretiveShell/main
Browse files Browse the repository at this point in the history
make docker-compose use prebuilt images
  • Loading branch information
bdashore3 authored Sep 5, 2024
2 parents 8524999 + 48d7674 commit 3bc9bd0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
version: '3.8'
services:
tabbyapi:
build:
context: ..
dockerfile: ./docker/Dockerfile
args:
- DO_PULL=true
image: ghcr.io/theroyallab/tabbyapi:latest
ports:
- "5000:5000"
healthcheck:
Expand Down

0 comments on commit 3bc9bd0

Please sign in to comment.