Ejemplos de despligue con Docker Compose
Descarga el repositorio de Docker Compose
Contenido del ZIP:
- Example 01. Simple Apache HTTP server with bind mount.
- Example 02. Simple Apache HTTP server with PHP.
- Example 03. Simple Nginx server.
- Example 04. Simple Nginx server with PHP.
- Example 05. Simple MySQL server with a volume.
- Example 06. MySQL credentials are set using environment variables in a
.envfile. - Example 07. Two services, one with MySQL and another with phpMyAdmin.
- Example 08. MySQL with healthcheck and phpMyAdmin.
- Example 09. LAMP stack, using a custom image for the web server.
- Example 10. LAMP stack, using a custom image for the web server. The web server and the database are in different networks.
- Example 11. LEMP stack.
- Example 12. WordPress application.
- Example 13. Moodle application.
- Example 14. Flask application.
- Example 15. Two services, one with MySQL and another with phpMyAdmin. MySQL uses
mysql_native_passwordinstead ofcaching_sha2_passwordas default authentication plugin. - Example 16. WordPress application using different networks for the services.
- Example 17. PrestaShop application using SSL/TLS, installed and configured manually by the user.
- Example 18. PrestaShop application with SSL/TLS, automatically installed and configured using environment variables.
- Example 19. Flask application using SSL/TLS.
- Example 20. Nodejs application using SSL/TLS.