cchampou / katyv4-travel-website

1 stars 1 forks source link

chore: add compose file with local PostgreSQL #11

Closed cchampou closed 1 year ago

cchampou commented 1 year ago

This is a very basic compose file to have a local PostgreSQL database on your development machine.

Just run docker compose up (use -d option if you want it in the background)

Database will be accessible on port 5432 with user postgres password postgres and database travel

cchampou commented 1 year ago

Close #9