feat: docker compose infrastructure — postgres+timescaledb, redis, ollama
This commit is contained in:
parent
0ac9884b89
commit
75c8d5d203
3 changed files with 100 additions and 0 deletions
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue