{"id":20751635,"url":"https://github.com/arham09/go-dockerize-boilerplate","last_synced_at":"2026-04-24T13:32:08.870Z","repository":{"id":140997598,"uuid":"216733197","full_name":"arham09/go-dockerize-boilerplate","owner":"arham09","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-09T20:37:23.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T22:55:57.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arham09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-22T05:51:41.000Z","updated_at":"2019-10-22T05:53:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d025a21-bc0a-4bb5-9838-6ef8f079977d","html_url":"https://github.com/arham09/go-dockerize-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arham09/go-dockerize-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham09%2Fgo-dockerize-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham09%2Fgo-dockerize-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham09%2Fgo-dockerize-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham09%2Fgo-dockerize-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arham09","download_url":"https://codeload.github.com/arham09/go-dockerize-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arham09%2Fgo-dockerize-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32225733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-17T08:37:16.896Z","updated_at":"2026-04-24T13:32:08.849Z","avatar_url":"https://github.com/arham09.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Live Reload\nProduction ready boilerplate with live-reloading development\n\nRead [this article](https://medium.com/@kdarutkin/how-to-live-reload-code-for-golang-and-docker-without-third-parties-ee90721ef641) first\n\n\n## Using with Docker\nStart production enviroment\n```console\n$ docker-compose up -d production\n// View logs\n$ docker-compose logs --tail 100 -f production\n```\n\nStart development enviroment \n```console\n$ docker-compose up dev\n```\n\nRe-building docker\n```console\n$ docker-compose build --no-cache\n```\n\nAttach to bash\n```console\n$ docker-compose exec \u003cproduction|development\u003e sh\n```\n\n## Example\nAfter running docker-compose open:\n\ndevelopment: http://localhost:8080/\n\nproduction:  http://localhost:8081/ \n\n## Without docker\n```bash\n$ make serve\n``` \nYou may need to execute `go mod download` in `src` folder first\n\n## Configure scripts\n#### ./scripts/production.sh\n```bash\ncd src \ngo mod download\ngo build -o /bin/app \u0026\u0026 /bin/app\n```\n\n#### ./scripts/development.sh`\n```bash\ncd src\ngo run main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farham09%2Fgo-dockerize-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farham09%2Fgo-dockerize-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farham09%2Fgo-dockerize-boilerplate/lists"}