mirror of
https://github.com/ivanfioravanti/chatbot-ollama.git
synced 2023-12-01 22:17:38 +03:00
10 lines
143 B
YAML
10 lines
143 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
chatgpt:
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
environment:
|
|
- 'DEFAULT_MODEL='
|
|
- 'OLLAMA_HOST=' |