make docker-compose use prebuilt images

- Docker compose uses the prebuilt images produced by the GitHub action added in 872eeed581
This commit is contained in:
TerminalMan 2024-08-29 00:50:01 +01:00 committed by GitHub
parent 96fce34253
commit 48d7674316
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: