{"id":22982339,"url":"https://github.com/niradler/hosted-compose","last_synced_at":"2026-05-03T17:34:43.402Z","repository":{"id":65140959,"uuid":"581578292","full_name":"niradler/hosted-compose","owner":"niradler","description":"hosted-compose is a command-line tool for managing common server tasks, using Docker Compose applications and Docker on remote and local hosts.","archived":false,"fork":false,"pushed_at":"2023-01-12T15:50:20.000Z","size":989,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T05:37:24.552Z","etag":null,"topics":["command-line-tool","docker","docker-compose","nodejs","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/niradler.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":"2022-12-23T15:54:33.000Z","updated_at":"2023-01-12T15:56:18.000Z","dependencies_parsed_at":"2023-02-09T12:30:39.131Z","dependency_job_id":null,"html_url":"https://github.com/niradler/hosted-compose","commit_stats":null,"previous_names":["niradler/self-hosted-app-compose"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/niradler/hosted-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhosted-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhosted-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhosted-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhosted-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niradler","download_url":"https://codeload.github.com/niradler/hosted-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niradler%2Fhosted-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["command-line-tool","docker","docker-compose","nodejs","self-hosted"],"created_at":"2024-12-15T02:17:57.857Z","updated_at":"2026-04-12T03:31:54.200Z","avatar_url":"https://github.com/niradler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hosted-compose\n\nhosted-compose is a command-line tool for managing common server tasks, using Docker Compose applications and Docker on remote and local hosts.\n\n## Features\n\n- Manage Docker Compose applications with the apps command\n- Manage Docker with the docker command\n- SSH integration with the ssh command\n- Custom script integration with the scripts command\n\n### Installation\n\n```sh\nnpm i -g hosted-compose\n```\n\nTo get started, you can view the available commands by running: `hosted-compose --help`\n\n### Usage\n\ncreate your first app:\n\n```sh\nhosted-compose apps create --name mongo --root-dir ./apps\n```\n\nexample config:\n\n```sh\nversion: \"3.4\"\n\nservices:\n  mongo_container:\n    container_name: mongo_service\n    image: mongo\n    labels:\n      - homepage.show=true\n    environment:\n      NODE_ENV: production\n    ports:\n      - 3201:27017\n```\n\nremove app:\n\n```sh\nhosted-compose apps remove --name mongo --root-dir ./apps\n```\n\n_visit the docs folder for more information_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhosted-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniradler%2Fhosted-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniradler%2Fhosted-compose/lists"}