{"id":28488732,"url":"https://github.com/thebinary/docker-genieacs","last_synced_at":"2026-01-31T18:30:51.056Z","repository":{"id":124710439,"uuid":"329350164","full_name":"thebinary/docker-genieacs","owner":"thebinary","description":"GenieACS - Docker build and compose","archived":false,"fork":false,"pushed_at":"2021-01-13T18:37:54.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T07:04:55.416Z","etag":null,"topics":["cwmp","docker-compose-files","dockerfile","genieacs","tr-069"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/thebinary.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,"zenodo":null}},"created_at":"2021-01-13T15:28:01.000Z","updated_at":"2021-08-06T15:18:27.000Z","dependencies_parsed_at":"2023-08-08T18:47:23.577Z","dependency_job_id":null,"html_url":"https://github.com/thebinary/docker-genieacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thebinary/docker-genieacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fdocker-genieacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fdocker-genieacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fdocker-genieacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fdocker-genieacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebinary","download_url":"https://codeload.github.com/thebinary/docker-genieacs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinary%2Fdocker-genieacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cwmp","docker-compose-files","dockerfile","genieacs","tr-069"],"created_at":"2025-06-08T05:35:22.656Z","updated_at":"2026-01-31T18:30:51.051Z","avatar_url":"https://github.com/thebinary.png","language":"Dockerfile","readme":"# docker-genieacs\n__GenieACS - Docker build and compose files__\n\n## Build Docker Image\nDockerfile has 2 args with default values that is used in building the image:\n\n|ARG       | Remarks                        | Default                             |\n|:---------|--------------------------------|-------------------------------------|\n|REPO_URL  |GenieACS source git repo to use |https://github.com/genieacs/genieacs |\n|BRANCH    |Git branch to use for the build | master                              |\n\n### Examples\n\n1. Build using [genieacs](https://github.com/genieacs/genieacs) master branch\n```\ndocker build -t genieacs:latest .\n```\n\n2. Build using [genieacs](https://github.com/genieacs/genieacs) xmpp branch\n```\ndocker build -t genieacs:xmpp --build-arg BRANCH=xmpp  .\n```\n\n3. Build using [forked thebinary/genieacs](https://github.com/thebinary/genieacs) xmpp branch\n```\ndocker build -t thebinary/genieacs:xmpp --build-arg REPO_URL=https://github.com/thebinary/genieacs --build-arg BRANCH=xmpp .\n```\n\n\n## Run services in docker\n\nThe docker-compose uses variables for genieacs image tag to use to run:\n|Variable          | Remarks                       |\n|:-----------------|--------------------------------|\n|GENIEACS_BRANCH   | used when build is required to specify which git branch to use for image build |\n|GENIEACS_TAG      | docker image tag to use for running the service |\n\nSince, these variables are required for docker-compose to work, you need to pass these vars either using .env file specifying a env file as docker-compose flag.\nA env.sample file is provided for ease. You can use the provided env.sample as .env  \n```\ncp env.sample .env\n```  \n\n__Examples__\n\n1. Run all genieacs services - cwmp, nbi and fs\n```\ndocker-compose up -d\n```\n\n2. Run cwmp and nbi only\n```\ndocker-compose -f docker-compose.cwmp.yml -f docker-compose.nbi.yml up -d\n```\n\n3. Run all genieacs services - cwmp, nbi and fs using a specific env file\n```\ndocker-compose --env-file env.sample up -d\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinary%2Fdocker-genieacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebinary%2Fdocker-genieacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinary%2Fdocker-genieacs/lists"}