mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: missing depends_on
This commit is contained in:
parent
89477ea9d3
commit
800dcc2160
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile.ollama
|
||||
volumes:
|
||||
- ./local_data/:/home/worker/app/local_data
|
||||
- ./local_data:/home/worker/app/local_data
|
||||
ports:
|
||||
- "8001:8001"
|
||||
environment:
|
||||
|
|
@ -27,6 +27,8 @@ services:
|
|||
- ollama-cpu
|
||||
- ollama-cuda
|
||||
- ollama-api
|
||||
depends_on:
|
||||
- ollama
|
||||
|
||||
# Private-GPT service for the local mode
|
||||
# This service builds from a local Dockerfile and runs the application in local mode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue