Giter Site home page Giter Site logo

Comments (2)

e1ee1e11 avatar e1ee1e11 commented on August 22, 2024

Hi

The latest version of sameersbn/gitlab is 8.12.6.
Please follow the steps to upgrade gitlab manually.

Step 1. SSH into your NAS

$ ssh admin@NAP_IP

Step 2. Change directory to gitlab folder

# cd /share/CACHEDEV1_DATA/.qpkg/container-station/data/application/gitlab

Step 3. Edit docker-compose.yml file

postgresql:
  restart: always
  image: sameersbn/postgresql:9.4-23
  environment:
    - DB_USER=gitlab
    - DB_PASS=password
    - DB_NAME=gitlabhq_production
    - DB_EXTENSION=pg_trgm
gitlab:
  restart: always
  image: sameersbn/gitlab:8.12.6
  links:
    - redis:redisio
    - postgresql:postgresql
  ports:
    - "10080:80"
    - "10022:22"
  environment:
    - DEBUG=false
    - GITLAB_PORT=10080
    - GITLAB_SSH_PORT=10022
    - GITLAB_SECRETS_DB_KEY_BASE=qcs-gitlab-app
    - GITLAB_SECRETS_OTP_KEY_BASE=qcs-gitlab-app
    - GITLAB_SECRETS_SECRET_KEY_BASE=qcs-gitlab-app
redis:
  restart: always
  image: sameersbn/redis:latest
  command:
    - --loglevel warning

Step 4. Use compose to recreate app

# docker-compose up -d

Wait for a moment and check your data on the website.

I hope that helps clarify the issue. Let me know if you need additional information.

from container-apps.

rddaz2013 avatar rddaz2013 commented on August 22, 2024

thx

works fine

from container-apps.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.