docker-compose
This commit is contained in:
@ -15,6 +15,12 @@ services:
|
||||
- OLLAMA_URL=${OLLAMA_URL}
|
||||
- OLLAMA_MODEL=${OLLAMA_MODEL}
|
||||
command: ["uvicorn", "app.main:app","--reload", "--host", "0.0.0.0", "--port", "8000"]
|
||||
networks:
|
||||
- goshawk-network
|
||||
|
||||
networks:
|
||||
goshawk-network:
|
||||
external: true
|
||||
|
||||
# mysql:
|
||||
# image: mysql:latest
|
||||
|
Reference in New Issue
Block a user