Enhance database management scripts and update configurations

- Added importdb and importinv scripts for database import functionality.
- Improved dumpdb script for better error handling and output management.
- Updated .gitignore to include CSV files.
- Changed phpfpm service to use bash instead of ash.
- Modified docker-compose.yml to expose Redis and adjust Nginx port.
- Updated OpenSSL configuration for improved security settings.
This commit is contained in:
2026-02-05 15:51:03 -06:00
parent da0d7b3bb1
commit 1294e672fb
11 changed files with 462 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
docker compose exec phpfpm ash
docker compose exec phpfpm bash