🛡️ Добавлена полная защита авторских прав: копирайты, лицензия, документация IP, Docker метки

This commit is contained in:
2025-07-22 21:01:24 +03:00
parent 6acd9b63f1
commit 057fe6254c
182 changed files with 4068 additions and 50 deletions

18
docker-compose.local.yml Normal file
View File

@@ -0,0 +1,18 @@
# Copyright (c) 2024-2025 Тарабанов Александр Викторович
# All rights reserved.
# This software is proprietary and confidential.
# For licensing inquiries: info@hb3-accelerator.com
volumes:
postgres_data:
external: true
name: dapp-for-business_postgres_data
ollama_data:
external: true
name: dapp-for-business_ollama_data
vector_search_data:
external: true
name: dapp-for-business_vector_search_data
frontend_node_modules:
external: true
name: dapp-for-business_frontend_node_modules