{"id":18100389,"url":"https://github.com/adoroszlai/ambari-runtime-compose","last_synced_at":"2025-08-20T08:17:03.224Z","repository":{"id":77120945,"uuid":"121965807","full_name":"adoroszlai/ambari-runtime-compose","owner":"adoroszlai","description":"Sample Docker Compose files for running Apache Ambari","archived":false,"fork":false,"pushed_at":"2018-10-29T11:13:37.000Z","size":37,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T16:09:49.392Z","etag":null,"topics":["ambari","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adoroszlai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-02-18T15:52:40.000Z","updated_at":"2022-12-06T11:24:01.000Z","dependencies_parsed_at":"2023-04-10T12:17:41.101Z","dependency_job_id":null,"html_url":"https://github.com/adoroszlai/ambari-runtime-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adoroszlai/ambari-runtime-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoroszlai%2Fambari-runtime-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoroszlai%2Fambari-runtime-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoroszlai%2Fambari-runtime-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoroszlai%2Fambari-runtime-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adoroszlai","download_url":"https://codeload.github.com/adoroszlai/ambari-runtime-compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adoroszlai%2Fambari-runtime-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271285534,"owners_count":24732930,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":["ambari","docker-compose"],"created_at":"2024-10-31T21:14:01.019Z","updated_at":"2025-08-20T08:17:03.219Z","avatar_url":"https://github.com/adoroszlai.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ambari Docker Compose Runtime\n\nSample Docker Compose files for running Ambari with PostgreSQL or MySQL, and a local repo (optional)\n\n## Usage\n\n 1. Define `AMBARI_BUILD` (eg. `2.6.1`) and `AMBARI_FLAVOR` (eg. `centos7`) variables (look for available [ambari-server](https://hub.docker.com/r/adoroszlai/ambari-server/tags/) and [ambari-agent](https://hub.docker.com/r/adoroszlai/ambari-agent/tags/) images on Docker Hub)\n 2. Create `password.dat` with the password for the `ambari` DB user\n 3. Run Ambari:\n    ```\n    docker-compose -p ambari -f server.yaml -f agent.yaml -f db/postgres.yaml up -d\n    ```\n 4. Scale the cluster by adding new `agent` nodes:\n    ```\n    docker-compose -f ... scale agent=2\n    ```\n\n## Notes\n\n * Define the set of compose files to be used in the `COMPOSE_FILE` environment variable to avoid having to type all of them for each command.\n   ```\n   COMPOSE_FILE=server.yaml:agent.yaml:db/postgres.yaml:repo.yaml\n   ```\n * Most Ambari settings are defined in `*.env` files.  These are converted to the real config files by [envtoconf](https://github.com/elek/envtoconf) invoked by the [flokkr/launcher](https://github.com/flokkr/launcher).  This allows mixing in settings from the compose files or other sources.\n * For using Ambari with MySQL, download [MySQL Connector/J](https://dev.mysql.com/downloads/connector/j/), and define the jar's location on the host in the `MYSQL_JDBC_DRIVER` variable.  The file will be mounted in Ambari Server's container.\n * If some stack is available locally, point `REPO_DIR` to it and add `repo.yaml` the list of compose files.  Set base URLs in Ambari to `http://repo/...`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadoroszlai%2Fambari-runtime-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadoroszlai%2Fambari-runtime-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadoroszlai%2Fambari-runtime-compose/lists"}