mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-06 10:35:20 +00:00
13 lines
226 B
YAML
13 lines
226 B
YAML
version: "3"
|
|
services:
|
|
ollama-container:
|
|
image: ollama/ollama
|
|
volumes:
|
|
- ./data/ollama:/root/.ollama
|
|
ports:
|
|
- "11434:11434"
|
|
gradio-app:
|
|
image: easy-web-summarizer
|
|
ports:
|
|
- "7860:7860"
|