Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Created January 15, 2025 06:13
Show Gist options
  • Save nareshganesan/1527992b482a37175853dd97a474955a to your computer and use it in GitHub Desktop.
Save nareshganesan/1527992b482a37175853dd97a474955a to your computer and use it in GitHub Desktop.
services:
ollama:
image: ollama/ollama:latest
ports:
- 11434:11434
volumes:
- .:/code
- ./ollama/ollama:/root/.ollama
container_name: ollama
pull_policy: always
tty: true
environment:
- OLLAMA_KEEP_ALIVE=24h
- OLLAMA_HOST=0.0.0.0
networks:
- player-svc-network
networks:
player-svc-network:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment