An open API service indexing awesome lists of open source software.

https://github.com/abgeo/docker4symfony

Docker stack for Symfony projects
https://github.com/abgeo/docker4symfony

apache docker docker-compose mailhog makefile mariadb php phpmyadmin portainer symfony traefik

Last synced: 12 months ago
JSON representation

Docker stack for Symfony projects

Awesome Lists containing this project

README

          

# docker4symfony
Docker stack for Symfony projects

## Stack

| Container | Versions | Service name | Image |
| --------------- | ------------------- | --------------- | ---------------------------------- |
| PHP with Apache | 7.3
7.2
7.1
5.6| `php` | [abgeo/php-symfony] |
| MariaDB | 10.3, 10.2, 10.1 | `mariadb` | [_/mariadb] |
| Mailhog | latest | `mailhog` | [mailhog/mailhog] |
| phpMyAdmin | latest | `pma` | [phpmyadmin/phpmyadmin] |
| Portainer | latest | `portainer` | [portainer/portainer] |
| Traefik | latest | `traefik` | [_/traefik] |

## License

This project is licensed under the MIT open source license.

[abgeo/php-symfony]: https://hub.docker.com/r/abgeo/php-symfony
[_/traefik]: https://hub.docker.com/_/traefik
[mailhog/mailhog]: https://hub.docker.com/r/mailhog/mailhog
[phpmyadmin/phpmyadmin]: https://hub.docker.com/r/phpmyadmin/phpmyadmin
[portainer/portainer]: https://hub.docker.com/r/portainer/portainer
[_/mariadb]: https://hub.docker.com/_/mariadb