Nginx, Postgres and Laravel are open-source tools used to build and deploy web applications. Nginx serves the web application, Postgres stores data, and Laravel provides an easy way to build and organize the application logic.
- http://localhost:8080/ NGINX
- http://localhost:5080/ PGADMIN > username :
admin
password :admin
docker-compose up --build
psql postgresql://postgres:password@127.0.0.1:15432/dbtest