{"id":16935453,"url":"https://github.com/codeskyblue/docker-gogs","last_synced_at":"2025-10-28T17:51:04.849Z","repository":{"id":18394536,"uuid":"21575775","full_name":"codeskyblue/docker-gogs","owner":"codeskyblue","description":"docker file for gogits","archived":false,"fork":false,"pushed_at":"2016-12-13T01:55:58.000Z","size":35,"stargazers_count":49,"open_issues_count":1,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-04T06:41:43.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeskyblue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-07T15:29:12.000Z","updated_at":"2020-01-25T05:58:28.000Z","dependencies_parsed_at":"2022-09-07T17:11:33.325Z","dependency_job_id":null,"html_url":"https://github.com/codeskyblue/docker-gogs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codeskyblue/docker-gogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fdocker-gogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fdocker-gogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fdocker-gogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fdocker-gogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeskyblue","download_url":"https://codeload.github.com/codeskyblue/docker-gogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeskyblue%2Fdocker-gogs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265453535,"owners_count":23768155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:54:34.794Z","updated_at":"2025-10-28T17:51:04.771Z","avatar_url":"https://github.com/codeskyblue.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-gogs\n===========\n\nDockerfile for [gogs](http://gogs.io) server(a self-hosted git service).\n\n\u003eThis repo have been combined into \u003chttps://github.com/gogits/gogs\u003e in 2015-08-17.\n\nSince the offcial repo got too many issues. Issue about docker gogs can still submit here.\n\n## Usage\n```\ndocker pull gogs/gogs\n\nmkdir -p /var/gogs\ndocker run --name=gogs -d -p 10022:22 -p 10080:3000 -v /var/gogs:/data gogs/gogs\n```\n\nMore details can be found in \u003chttps://github.com/gogits/gogs/tree/master/docker\u003e\n\n### Link with mysql\nmysql is from \u003chttps://registry.hub.docker.com/_/mysql/\u003e.\n\n**Alert**. Not tested. For my machine got too low memory, and canot run mysql. \n\nIf you are interested to test. Pull request are welcome. pr to \u003chttps://github.com/gogits/gogs\u003e branch: develop\n\nFirst start an mysql instance\n\n\tdocker pull mysql\n\tdocker run --name gogs-mysql -e MYSQL_DATABASE=gogs -e MYSQL_ROOT_PASSWORD=abcd -d mysql\n\nThen run gogs\n\n\tmkdir -p /var/gogs\n\tdocker run --rm -ti --name gogs --link gogs-mysql:mysql -p 10022:22 -p 10080:3000 -v /var/gogs:/data codeskyblue/docker-gogs\n\nGood luck.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fdocker-gogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeskyblue%2Fdocker-gogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeskyblue%2Fdocker-gogs/lists"}