allow change of the databe name via. Docker env var
Open
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 1.2k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
would it be possible to change the last connection parameter dbname='postgres' to dbname=args.db_name to allow changing the postgres database name
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with wait-for-psql.py at the linked line and inspect how args.db_name is defined and passed. Verify the container startup path with a non-default database name; done means the connection uses the configured name instead of always using postgres.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- databases, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100