This project is to showcase how to make a very basic application that can connect to a PostgreSQL database in a compose stack containing an Apache webserver, a PostgreSQL engine, all done in PHP.
- Connect your PHP application to a postgreSQL database
- Connect your postgreSQL database container to a volume to persist data
You can read the summary to get a deeper understanding of the project and of the specifics about the docker compose and Dockerfile.
If you have any questions, or would like to add something to the project to better the understanding of the next person that comes across this repo, please submit a PR.