long_text_summarize / compose.yml
bambadij's picture
fice
3d6b505
raw
history blame contribute delete
427 Bytes
version: "3"
services:
web:
build: fastapi
ports:
-7860:8000
volumes:
-./fastapi:/app
networks:
- local-ai
ollama:
build: ollama
ports:
-11434:11434
volumes:
-tutorial-vol:/ollama
networks:
-local-ai
entrypoint: ["usr/bin/bash","/pull-llama3.sh"]
networks:
local-ai:
driver: bridge
volumes:
tutorial-vol:
driver: local