sameersbn / sameersbn/docker-gitlab
Add support for Redis/Database DSN strings via Environment Variables
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
I'm trying to see how you've done things and trying to find out how I can leverage Envvars to provide a DSN to set up Redis/Database connections so this Dockerfile can be used by Dokku.
REDIS_URL: redis://<REDIS_DB>:<REDIS_PASSWORD>@<REDIS_HOST>:<REDIS_PORT>
DATABASE_URL: <DB_TYPE>://<DB_USER>:<DB_PASSWORD>@<DB_HOST>:<DB_PORT>/<DB_NAME>
Any clues?
Contributor guide
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 by inspecting the Dockerfile and the existing environment-variable handling for Redis and database connections. Trace how connection settings are currently assembled, then verify that REDIS_URL and DATABASE_URL DSN values work for a Dokku deployment. No specific test or source file is named, so confirm the project's available validation path before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, redis
- Domain
- databases, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100