SIDEL_ScriptsManager/app/config
Miguel 89ae9cd773 feat: Add Docker entrypoint scripts for SIDEL ScriptsManager
- Implemented `docker-entrypoint-debug.sh` for debugging purposes, including environment checks and database setup.
- Created `docker-entrypoint-simple.sh` for a streamlined entrypoint without debug information.
- Developed `docker-entrypoint.sh` with additional checks for directory structure and environment validation.
- Added `migrate_sqlite_to_postgresql.py` script for migrating data from SQLite to PostgreSQL, including backup and verification features.
- Created SQL scripts for initializing the PostgreSQL database, including extensions, indexes, and default data.
- Enhanced database setup procedures to support both PostgreSQL and SQLite configurations.
2025-09-13 19:25:33 +02:00
..
config.py feat: Add Docker entrypoint scripts for SIDEL ScriptsManager 2025-09-13 19:25:33 +02:00
database.py feat: Add Docker entrypoint scripts for SIDEL ScriptsManager 2025-09-13 19:25:33 +02:00
permissions.py Base con Docker 2025-09-13 11:46:46 +02:00