Automatically generates a basic docker-compose file to install and use the postgresql database in your project, with or without pgadmin to manage it.
To use this project, you will need to install:
-
Generate the compose.yml file using
uvx cookiecutter gh:start-new/postgres -
Answer the questions
-
Launch the database using
docker compose up -d