fix: add missing pytz dependency and remove ollama port conflict

- Add pytz to trading extras (alpaca-py requires it but doesn't declare it)
- Remove host port mapping from ollama container to avoid conflict with
  local ollama instance
This commit is contained in:
Viktor Barzin 2026-02-22 21:26:39 +00:00
parent e2a3bd456d
commit 67e64fab18
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 1 additions and 3 deletions

View file

@ -32,8 +32,6 @@ services:
ollama:
image: ollama/ollama:latest
ports:
- "127.0.0.1:11434:11434"
volumes:
- ollama_models:/root/.ollama