Skip to content

slupekdev/gogs-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogs running with Docker Compose

Usage

How to start


  1. Clone this repo.
  2. Set value for the SECRET_KEY in the data\config\app.ini (e.g. using www.random.org).
  3. Run docker-compose up -d to start gogs.
  4. To check that your gogs application is running enter url http://localhost:3000 (ROOT_URL).
  5. Register a new user account.

How to close


  1. Run docker-compose stop to stop gogs container.
  2. Run docker-compose rm -f to remove gogs container.
  3. Remove all files from data/data, data/log, repo and ssh folders.

Settings

See the Gogs configuration cheat sheet for more information.

About

Gogs docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •