Closed cchampou closed 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)
docker compose up
Database will be accessible on port 5432 with user postgres password postgres and database travel
postgres
travel
Close #9
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
passwordpostgres
and databasetravel