Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install a Git Server

Start Services

  1. All services can be started, in detached mode, by giving the command:

    docker-compose up -d

    And this shows the output as:

    Creating git_serverdata...
    Creating gitserver_git_dbdata_1...
    Creating gitserver_git_db_1...
    Creating git...
  2. Configure the installation

    1. execute the following script

      ./install-gogs.sh <DOCKER_HOST_IP> <git_server_PORT>

      example: ./install-gogs.sh 192.168.99.100 3000

Sign Up

  1. Access to this URL: http://dockerhost:3000/user/sign_up

  2. Create an account and enjoy!

  3. Enjoy! :)