mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-28 10:11:39 +00:00
Merge pull request #180 from SecretiveShell/main
make docker-compose use prebuilt images
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
tabbyapi:
|
tabbyapi:
|
||||||
build:
|
image: ghcr.io/theroyallab/tabbyapi:latest
|
||||||
context: ..
|
|
||||||
dockerfile: ./docker/Dockerfile
|
|
||||||
args:
|
|
||||||
- DO_PULL=true
|
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user