sftp:


sftp://192.168.3.17/share/XI_HDD8T/Xi
port:22
name: hsx
pwd: hong0504

gitlab配置:
gitlab:
  environment:
    DEBUG: 'false'
    GITLAB_PORT: 6500
    GITLAB_SECRETS_DB_KEY_BASE: qcs-gitlab-app
    GITLAB_SECRETS_OTP_KEY_BASE: qcs-gitlab-app
    GITLAB_SECRETS_SECRET_KEY_BASE: qcs-gitlab-app
    GITLAB_SSH_PORT: 6501
    GITLAB_HOST: 192.168.3.17
  image: sameersbn/gitlab:11.4.0
  links:
  - redis:redisio
  - postgresql:postgresql
  ports:
  - 6500:80
  - '6501:22'
  volumes:
  - /share/XI_HDD8T/git_repository/data:/home/git/data
  restart: always
postgresql:
  environment:
    DB_EXTENSION: pg_trgm
    DB_NAME: gitlabhq_production
    DB_PASS: password
    DB_USER: gitlab
  image: sameersbn/postgresql:9.6-2
  volumes:
  - /share/XI_HDD8T/git_repository/postgresql:/var/lib/postgresql
  restart: always
redis:
  command:
  - --loglevel warning
  image: sameersbn/redis:latest
  volumes:
  - /share/XI_HDD8T/git_repository/redis:/var/lib/redis
  restart: always







1:QNAP ID:
  name: kuafu80@163.com  
  name: 13975186180
  ****: Good@0504

2: NAS admin
  name: hsx
  ****: hong0504

3: NAS gitlab
  name: xsh
  ****: Good@0504

4: halo blog:
  name: xsh
  ****: Good@0504

5: 蒲公英: https://www.pgybox.com/
  name: 13975086180
  ****: Good@1980










标签: none

评论已关闭