UoaWDCC / wdcc-website-v3

2024 Website Refresh
0 stars 0 forks source link

Configured Postgres locally for Strapi #36

Closed nroh555 closed 2 months ago

nroh555 commented 3 months ago

Context

This PR sets up Postgres locally instead replacing Sqlite to closely mimic production environment through Docker Container.

Closes

What Changed?

Added docker-compose.yml file to the database directory

How To Review

cd database -> docker compose up (Make sure nothing is running on port 5432). The cd strapi -> yarn -> yarn develop

Oculux314 commented 2 months ago

Closing cause inactive and I think the number of open PRs is contributing to people not wanting to review them, but let's reopen if/when we wanna do this