sameersbn / sameersbn/docker-gitlab

Add support for Redis/Database DSN strings via Environment Variables

Open
#1,247 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

wontfix
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.