https://github.com/jaygaha/lumen-docker
A dockerized stack for a Lumen application
https://github.com/jaygaha/lumen-docker
composer crud-sample docker docker-compose lumen lumen-api lumen-jwt mariadb nginx php73-fpm
Last synced: 2 months ago
JSON representation
A dockerized stack for a Lumen application
- Host: GitHub
- URL: https://github.com/jaygaha/lumen-docker
- Owner: jaygaha
- Created: 2021-05-21T14:35:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T14:42:31.000Z (about 5 years ago)
- Last Synced: 2025-07-10T06:58:29.169Z (12 months ago)
- Topics: composer, crud-sample, docker, docker-compose, lumen, lumen-api, lumen-jwt, mariadb, nginx, php73-fpm
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Lumen](https://lumen.laravel.com/docs) [jwt-auth](https://github.com/tymondesigns/jwt-auth) with CRUD tutorial using Docker
This will create a dockerized stack for a Lumen application, consisted of the following containers:
```bash
Nginx, php:7.3-fpm, Mariadb, Composer, Redis
```
## Installation
Git clone this repository in your local machine and run following docker command
```bash
docker-compose up -d
```
## Contributing
Pull requests are welcome. Feel free to contact me if there is any issues or any explanation needed.
## License
[MIT](https://choosealicense.com/licenses/mit/)