docker-compose.api.yaml 141 B

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