Fixed TODO list

This commit is contained in:
eroncero
2025-08-15 20:40:47 +02:00
parent f58e56d3a0
commit e4113f9365

18
TODO.md Normal file
View File

@@ -0,0 +1,18 @@
# LEMP Stack Improvements
### PHP-FPM Pools
- [ ] Copy custom pools from host to `/etc/php/8.2/fpm/pool.d/`
- Ensure host-mounted pools override defaults
- Add validation to check pool syntax on startup
## System Configuration
- [ ] Optimize package installation:
- Skip `apt-get update` when installing downloaded packages
- Delete existing `.conf` files before PHP install to prevent `dpkg` prompts
- [ ] Configure system locales (e.g., `en_US.UTF-8`)
## Technical Debt
- [ ] Code refactor:
- Modularize Dockerfiles (base vs. production)
- Implement health checks for services
- Clean up obsolete scripts