first commit

This commit is contained in:
Eidan T.
2026-05-09 14:00:04 -04:00
commit e0ec11977c
42 changed files with 4596 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# docker-compose.yml (opcional, si necesitas DB externa)
version: '3.8'
services:
app:
build: .
ports:
- "5000:5000"
volumes:
- ./Logs:/app/Logs
- ./Reportes:/app/Reportes
environment:
- FLASK_ENV=development
# Si tienes DB externa, agrega aquí (ej. sqlserver service)