Merge pull request #180 from SecretiveShell/main

make docker-compose use prebuilt images
This commit is contained in:
Brian Dashore 2024-09-04 21:48:18 -04:00 committed by GitHub
commit 3bc9bd09a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: