Présentation
Tuto pour migrer des projets Symfony existants sous K8S.
Auteur
Lien
https://itnext.io/containerizing-symfony-application-a2a5a3bd5edcÂ
Table des matières
Part 1
- About the Dummy Project
- Let’s Containerize!
- MySQL Image
- Nginx Image
- PHP-FPM Image
- System Dependencies
- PHP Extensions
- PHP Configuration
- Composer
- Test Stage
- Prod Stage
- Docker Compose
- Nginx Service
- PHP-FPM Service
- MySQL Service
- Let’s Run the Application!
- What’s Next?