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:
parent
96fce34253
commit
48d7674316
1 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue