Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbasfisal/laravel_vivify
dockerize laravel with nginx ,mysql , ssl certificate
https://github.com/abbasfisal/laravel_vivify
docker docker-compose mysql nginx nginx-configuration ssl
Last synced: 7 days ago
JSON representation
dockerize laravel with nginx ,mysql , ssl certificate
- Host: GitHub
- URL: https://github.com/abbasfisal/laravel_vivify
- Owner: abbasfisal
- Created: 2024-11-08T16:30:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T12:17:05.000Z (2 months ago)
- Last Synced: 2024-11-17T03:05:36.412Z (2 months ago)
- Topics: docker, docker-compose, mysql, nginx, nginx-configuration, ssl
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# install
`prerequisite: install certbot on your vps`- 1 clone project
- 2 cp .env.example .env
- 3 docker-compose up -d --build
- 4 docker exec -it php sh
- 5 inside bash => composer install && php artisan key:generate =>then exit