Last active
September 22, 2022 16:50
-
-
Save elvinlari/ef3dfc78c2551d55983c0d1eda6e5745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main containers | description | |
---|---|---|
NGINX | It is the webserver. | |
PHP | Runs PHP-FPM process manager. | |
Mysql | It is the database. | |
Redis | Store cache and sessions. | |
Cron jobs | Runs laravel cron jobs. | |
Queues | Runs laravel queues. | |
Mailhog | Local email testing. It is optional. | |
phpMyAdmin | Database management. It is optional. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment