Merge pull request #180 from SecretiveShell/main
make docker-compose use prebuilt images
This commit is contained in:
commit
3bc9bd09a0
1 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue