mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user