/gogs-docker

Gogs Docker - Gogs v0.13.x, Postgres v16.x

Gogs Docker

  • Gogs v0.13.x
  • Postgres v16.x

Requirements

How To Deploy

  • docker compose up -d

Notes

Gogs App

Docker compose commands

  • Build or rebuild services
    • docker compose build
  • Create and start containers
    • docker compose up -d
  • Stop and remove containers, networks
    • docker compose down
  • Stop all services
    • docker compose stop
  • Restart service containers
    • docker compose restart
  • Run a command inside a container
    • docker compose exec [container] [command]

What is Gogs?

Gogs is a painless self-hosted Git service.

Vision

This project aims to build a simple, stable and extensible self-hosted Git service that can be setup in the most painless way. With Go, this can be done with an independent binary distribution across ALL platforms that Go supports, including Linux, macOS, Windows and ARM.

Open Source Components