{"id":18888086,"url":"https://github.com/codex-team/fastdeployserver","last_synced_at":"2025-06-23T17:07:21.034Z","repository":{"id":47774664,"uuid":"290715016","full_name":"codex-team/fastDeployServer","owner":"codex-team","description":"Service that will stop and restart your docker-compose services on the fly based on images","archived":false,"fork":false,"pushed_at":"2023-11-30T09:48:25.000Z","size":6493,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T12:29:19.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/codex-team.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}},"created_at":"2020-08-27T08:04:30.000Z","updated_at":"2025-02-10T07:14:05.000Z","dependencies_parsed_at":"2023-11-30T10:45:03.226Z","dependency_job_id":null,"html_url":"https://github.com/codex-team/fastDeployServer","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/codex-team/fastDeployServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2FfastDeployServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2FfastDeployServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2FfastDeployServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2FfastDeployServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/fastDeployServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2FfastDeployServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261518985,"owners_count":23171227,"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-11-08T07:42:08.490Z","updated_at":"2025-06-23T17:07:20.976Z","avatar_url":"https://github.com/codex-team.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Deploy Server\n\nHelps to simply pull and restart docker-compose images\n\n## Usage\n\nFastDeployServer continuously monitor multiple docker-compose configurations \nand repitedly check if some of services use outdated images.\nFastDeployServer will pull images from remote repository, stop Docker containers that \nuse these images and restart docker-compose services that use these images.\n\n```\nUsage of ./fastDeployServer:\n  -f value\n    \tdocker-compose configuration path\n  -interval duration\n    \tserver name (default 15s)\n  -level value\n    \tlogging level (allowed: [panic fatal error warn info debug trace])\n  -name string\n    \tserver name (default \"default\")\n  -password string\n    \tdocker user password\n  -token string\n    \tHawk access token\n  -username string\n    \tdocker user\n  -webhook string\n    \tnotification URI from CodeX Bot\n```\n\n### Example\n\nSay you have the following docker-compose.yml configuration\n``` \nversion: \"3.2\"\nservices:\n  collector:\n    image: codexteamuser/hawk-collector:prod\n    restart: unless-stopped\n\n  garage:\n    image: codexteamuser/hawk-garage:prod\n    restart: unless-stopped\n```\n\nand you want to restart `hawk-collector` and `hawk-garage` services if there is an updated image \n`codexteamuser/hawk-collector:prod` or `codexteamuser/hawk-garage:prod`.\n\nJust run the FastDeployServer `./fastDeployServer -f docker-compose.yml` and it will start \nchecking pulling image updates every 20 seconds.\n\n* You can configure interval as `./fastDeployServer -f docker-compose.yml -interval 5m`\n* You can get notification via CodeX Bot as `./fastDeployServer -f docker-compose.yml -webhook https://notify.bot.codex.so/u/\u003c...\u003e`\n* You can vary bot notification with `-name myserver` and get message `📦 myserver has been deployed: codexteamuser/hawk-garage:prod`\n\n## Build\n\nTo build binary for Linux, run and then copy `fastDeployServer` binary wherever you want\n```\nGOOS=linux GOARCH=amd64 go build .\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Ffastdeployserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Ffastdeployserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Ffastdeployserver/lists"}