Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcristho/laravel-pgsql-nginx
https://github.com/danielcristho/laravel-pgsql-nginx
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielcristho/laravel-pgsql-nginx
- Owner: danielcristho
- License: mit
- Created: 2022-08-03T05:18:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T16:36:04.000Z (over 1 year ago)
- Last Synced: 2023-08-03T17:38:43.061Z (over 1 year ago)
- Language: PHP
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Docker: Laravel, PgSQL & Nginx
## Features
- [Docker](https://www.docker.com/)
- [Docker-Compose](https://docs.docker.com/compose/)
- [Nginx](https://hub.docker.com/_/nginx/tags?page=4)
- [PHP8.0-FPM](https://hub.docker.com/_/php/tags)
- [Postgres with TimescaleDB](https://www.postgresql.org/)## Build
- Run ```cd docker/php/src```
- Run ```cp .env.example``` ```.env```.
- Run ```docker-compose up -d --build```
- Run command ```docker exec -it php php artisan key:generate``` in terminal
- Run command ```docker-exec -it php php artisan migrate``` in terminal## Launch
open browser: http://ip_address:5000