Skip to content

Ejemplos de despligue con Docker Compose

Descarga el repositorio de Docker Compose en formato ZIP

Contenido del archivo ZIP:

  • Ejemplo 01. Simple Apache HTTP server with bind mount.
  • Ejemplo 02. Simple Apache HTTP server with PHP.
  • Ejemplo 03. Simple Nginx server.
  • Ejemplo 04. Simple Nginx server with PHP.
  • Ejemplo 05. Simple MySQL server with a volume.
  • Ejemplo 06. MySQL credentials are set using environment variables in a .env file.
  • Ejemplo 07. Two services, one with MySQL and another with phpMyAdmin.
  • Ejemplo 08. MySQL with healthcheck and phpMyAdmin.
  • Ejemplo 09. LAMP stack, using a custom image for the web server.
  • Ejemplo 10. LAMP stack, using a custom image for the web server. The web server and the database are in different networks.
  • Ejemplo 11. LEMP stack.
  • Ejemplo 12. WordPress application.
  • Ejemplo 13. Moodle application.
  • Ejemplo 14. Flask application.
  • Ejemplo 15. Two services, one with MySQL and another with phpMyAdmin. MySQL uses mysql_native_password instead of caching_sha2_password as default authentication plugin.
  • Ejemplo 16. WordPress application using different networks for the services.
  • Ejemplo 17. PrestaShop application using SSL/TLS, installed and configured manually by the user.
  • Ejemplo 18. PrestaShop application with SSL/TLS, automatically installed and configured using environment variables.
  • Ejemplo 19. Flask application using SSL/TLS.
  • Ejemplo 20. NodeJS application using SSL/TLS.

Publicado bajo la licencia MIT.