mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-28 18:21:42 +00:00
Docker: Re-add build block
If a user wants to build from source, let them. But the default should fetch from the package registry. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
tabbyapi:
|
tabbyapi:
|
||||||
|
# Uncomment this to build a docker image from source
|
||||||
|
#build:
|
||||||
|
# context: ..
|
||||||
|
# dockerfile: ./docker/Dockerfile
|
||||||
|
|
||||||
|
# Comment this to build a docker image from source
|
||||||
image: ghcr.io/theroyallab/tabbyapi:latest
|
image: ghcr.io/theroyallab/tabbyapi:latest
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|||||||
Reference in New Issue
Block a user