feat: docker compose infrastructure — postgres+timescaledb, redis, ollama

This commit is contained in:
Viktor Barzin 2026-02-22 15:11:50 +00:00
parent 0ac9884b89
commit 75c8d5d203
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 100 additions and 0 deletions

37
.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
.eggs/
dist/
build/
.venv/
venv/
*.whl
# Node
node_modules/
dashboard/dist/
dashboard/build/
# Secrets
.env
*.pem
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Data
*.db
*.sqlite3