docker-compose.api.yaml 125 B

12345
  1. services:
  2. ollama:
  3. # Expose Ollama API outside the container stack
  4. ports:
  5. - ${OLLAMA_WEBAPI_PORT-11434}:11434