{"id":13605784,"url":"https://github.com/akhomy/docker-compose-lamp","last_synced_at":"2025-04-12T05:34:41.232Z","repository":{"id":69229753,"uuid":"79716363","full_name":"akhomy/docker-compose-lamp","owner":"akhomy","description":"Docker Compose LAMP stack","archived":true,"fork":false,"pushed_at":"2023-10-17T05:58:55.000Z","size":4991,"stargazers_count":84,"open_issues_count":0,"forks_count":31,"subscribers_count":14,"default_branch":"2.x","last_synced_at":"2024-11-07T10:42:53.582Z","etag":null,"topics":["adminer","apache2","docker","docker-compose","docker-compose-lamp","docker-selenium","lamp","mailhog","mariadb","memcached","mongodb","mpm-mode","nginx","ngrok","php-fpm","phpmyadmin","postgresql","redis","solr"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akhomy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-22T12:26:57.000Z","updated_at":"2023-12-20T08:35:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2387ba89-1ad3-4b58-b7a4-487e883cc326","html_url":"https://github.com/akhomy/docker-compose-lamp","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhomy%2Fdocker-compose-lamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhomy%2Fdocker-compose-lamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhomy%2Fdocker-compose-lamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhomy%2Fdocker-compose-lamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhomy","download_url":"https://codeload.github.com/akhomy/docker-compose-lamp/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524650,"owners_count":21118612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adminer","apache2","docker","docker-compose","docker-compose-lamp","docker-selenium","lamp","mailhog","mariadb","memcached","mongodb","mpm-mode","nginx","ngrok","php-fpm","phpmyadmin","postgresql","redis","solr"],"created_at":"2024-08-01T19:01:02.729Z","updated_at":"2025-04-12T05:34:40.848Z","avatar_url":"https://github.com/akhomy.png","language":"PHP","readme":"# Status\nArchived in favor of other tools.\n\n# Docker Compose Web stack\nBased on the Docker images, built to be a fast, small, and extendable web stack.\n\n## Stack\n* [PHP-FPM](https://github.com/ahomy/alpine-php_fpm)\n* [Apache2 with MPM mode](https://github.com/ahomy/alpine-apache)\n* [NGINX](https://github.com/ahomy/alpine-nginx)\n* [Node.js](https://github.com/nodejs/docker-node)\n* [MailHog](https://github.com/mailhog/MailHog)\n* [NGROK](https://github.com/ahomy/alpine-ngrok)\n* [Solr](https://github.com/docker-solr/docker-solr)\n* [PhpMyAdmin](https://github.com/phpmyadmin/docker)\n* [Adminer](https://github.com/TimWolla/docker-adminer)\n* [MySQL](https://github.com/docker-library/mysql)\n* [PostgreSQL](https://github.com/docker-library/postgres)\n* [MongoDB](https://github.com/docker-library/mongo)\n* [Redis](https://github.com/docker-library/redis)\n* [Memcached](https://github.com/docker-library/memcached)\n* [StandaloneFirefoxDebug](https://github.com/SeleniumHQ/docker-selenium/tree/master/StandaloneFirefoxDebug)\n\n\nThe web stack consists of the following containers:\n\n| Container | Versions | Service name | Image | Enabled by default |\n| --------- | -------- | ------------ | ----- | ------------------ |\n| PHP-FPM                   | php-7, php-5       | php-fpm     | [akhomy/alpine-php_fpm]                     | ✓ |\n| Apache                    | latest             | apache2_mpm | [akhomy/alpine-apache]                      | ✓ |\n| Nginx                     | latest             | nginx       | [akhomy/alpine-nginx]                       | ✓ |\n| Node.js                   | node:alpine        | node        | [node]                                       |   |\n| Mailhog                   | latest             | mailhog     | [mailhog/mailhog]                            | ✓ |\n| NGROK                     | latest             | ngrok       | [akhomy/alpine-ngrok]                       | ✓ |\n| Solr                      | 6-alpine           | solr        | [solr]                                       |   |\n| PhpMyAdmin                | latest             | phpmyadmin  | [phpmyadmin/phpmyadmin]                      | ✓ |\n| Adminer                   | latest             | adminer     | [adminer]                                    |   |\n| MySQL                     | latest             | mysql       | [mysql]                                      | ✓ |\n| PostgreSQL                | postgres:alpine    | postgres    | [postgres]                                   |   |\n| MongoDB                   | latest             | mongo       | [mongo]                                      |   |\n| Redis                     | redis:alpine       | redis       | [redis]                                      |   |\n| Memcached                 | memcached:alpine   | memcached   | [memcached]                                  |   |\n| PHP-FPM-DATA              | php-7, php-5       | php-fpm-data| [akhomy/alpine-php_fpm]                     |   |\n| StandaloneFirefoxDebug    | 2.48.2             | selenium    | [selenium/standalone-firefox-debug]          |   |\n\n## Requirements\n\nInstall [Docker](https://docs.docker.com/engine/installation) and [Docker Compose](https://docs.docker.com/compose/install).\nThis project is a part of [Docker Compose Stack](https://github.com/akhomy/docker-compose-stack). If you need an access\nvia URL, please, reffer link above and install project.\n\n## Run\nRun `docker-compose up -d`. Run `docker-compose ps` to find the PHP container.\nTo go inside php container run `docker exec -it --user www-data \u003cPHP-CONTAINER-NAME\u003e ash`.\nThere are specific templates for docker-sync and docker-compose. See `docker/docker-compose` and `docker/docker-sync`.\nTo use docker sync run `docker-sync start`. Be aware, you need correct docker-compose template and put it content into\n`docker-compose.yaml`.\n\n## Variables\nYou can override project settings in .env file.\n\n## Documentation\nSee READMEs for more details, like environment variables for images:\n\n* [PHP-FPM](https://github.com/ahomy/alpine-php_fpm/blob/php-7/README.md)\n* [Apache2 with MPM mode](https://github.com/ahomy/alpine-apache/blob/master/README.md)\n* [NGINX](https://github.com/ahomy/alpine-nginx/blob/master/README.md)\n* [Node.js](https://github.com/nodejs/docker-node)\n* [MailHog](https://github.com/mailhog/MailHog/blob/master/README.md)\n* [NGROK](https://github.com/ahomy/alpine-ngrok/blob/master/README.md)\n* [Solr](https://github.com/docker-solr/docker-solr)\n* [PhpMyAdmin](https://github.com/phpmyadmin/docker)\n* [Adminer](https://github.com/TimWolla/docker-adminer)\n* [MySQL](https://github.com/docker-library/mysql)\n* [PostgreSQL](https://github.com/docker-library/postgres)\n* [MongoDB](https://github.com/docker-library/mongo)\n* [Redis](https://github.com/docker-library/redis)\n* [Memcached](https://github.com/docker-library/memcached)\n* [StandaloneFirefoxDebug](https://github.com/SeleniumHQ/docker-selenium/tree/master/StandaloneFirefoxDebug)\n\n## License\n\nThis project is licensed under the MIT open source license.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhomy%2Fdocker-compose-lamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhomy%2Fdocker-compose-lamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhomy%2Fdocker-compose-lamp/lists"}