sameersbn / sameersbn/docker-gitlab

Configuring gitlab : database ..........................................

Open
#999 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
8.1k
Forks
2.1k
Avg merge
17h 47m
Merged PRs (30d)
7

Description

Created new container 👍

docker run --name gitlab -d \
--link gitlab-redis:redisio \
    --publish 10022:22 --publish 10080:80 \
    --env 'GITLAB_PORT=10080' --env 'GITLAB_SSH_PORT=10022' \
    --env 'GITLAB_SECRETS_DB_KEY_BASE=long-and-random-alpha-numeric-string' \
    --env 'GITLAB_SECRETS_SECRET_KEY_BASE=long-and-random-alpha-numeric-string' \
    --env 'GITLAB_SECRETS_OTP_KEY_BASE=long-and-random-alpha-numeric-string' \
    --env 'DB_ADAPTER=postgresql' --env 'DB_HOST=192.168.20.12' \
    --env 'DB_NAME=gitlabdb' \
    --env 'DB_USER=gitlabuser' --env 'DB_PASS=password' \
    --volume /share/VM/container-station-data/gitlab/gitlab:/home/git/data \
    sameersbn/gitlab:8.14.2

few minutes after start container stoping. i see only text below

Generating OpenSSH host keys... RSA1 RSA DSA ECDSA ED25519                                                                       
Installing configuration templates...                                                                                            
Configuring gitlab...                                                                                                            
Configuring gitlab::database...........................................................                                          
Initializing logdir...                                                                                                           
Initializing datadir...                                                                                                          
Installing configuration templates...                                                                                            
Configuring gitlab...                                                                                                            
Configuring gitlab::database...........................................................                                          
Initializing logdir...                                                                                                           
Initializing datadir...                                                                                                          
Installing configuration templates...                                                                                            
Configuring gitlab...                                                                                                            
Configuring gitlab::database...........................................................

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

No source file or test is named. Start by reproducing the shown docker run command and inspecting the container's complete logs, then verify the PostgreSQL connection settings. Done means the container completes startup and remains running.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, postgresql
Domain
databases, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.