Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czbone/vagrantup-docker-lemp
Build docker LEMP environment by vagrant up command
https://github.com/czbone/vagrantup-docker-lemp
docker lemp mariadb nginx php vagrant
Last synced: 28 days ago
JSON representation
Build docker LEMP environment by vagrant up command
- Host: GitHub
- URL: https://github.com/czbone/vagrantup-docker-lemp
- Owner: czbone
- License: mit
- Created: 2024-06-13T10:24:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:15:05.000Z (8 months ago)
- Last Synced: 2024-11-08T04:44:32.209Z (3 months ago)
- Topics: docker, lemp, mariadb, nginx, php, vagrant
- Language: Jinja
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build up Docker LEMP stack by vagrant-up command
Once execute `vagrant up` command, launch server and build Docker environment by Ansible.
Letest version LEMP stack are installed at building.Current version example:
- Ansible v2.16.7
- Docker v26.1.4
- Docker Compose v2.27.1
- PHP v8.3.8
- Nginx v1.27.0
- MariaDB v11.4.2## Environment
`vagrant up` command can be enabled.
- Vagrant
- VirtualBox## Launch
Execute command in cosole.
```bash
vagrant up
```## Sample scripts
Sample PHP scripts are available for web browser.
- index.php
- index2.php```bash
http://192.168.33.10/
http://192.168.33.10/index2.php
```## License
[MIT](./LICENSE)