Sign inSign up

jimmidyson/gogs

By jimmidyson

Updated almost 11 years ago

Image
1

1.2K

jimmidyson/gogs repository overview

Gogs (Go Git Service) Docker Image

This image runs Gogs with SSH & web access. You can configure Gogs via the following environment variables:

  • DB_TYPE - mysql or postgresql
  • DB_HOST - the database server to use, e.g. 127.0.0.1:3306
  • DB_NAME - the name of the database to use
  • DB_USER - the user to connect to the specified database as
  • DB_PASSWD - the password to connect to the database as

For development, you might want to disable certifcate validation for webhooks. To do this use:

  • SKIP_TLS_VERIFY - set to true to disable webhook certificate validation (default: false)

Tag summary

Content type

Image

Digest

sha256:b4e4c8a7f

Size

93.6 MB

Last updated

almost 11 years ago

docker pull jimmidyson/gogs