{"id":13576242,"url":"https://github.com/FusionAuth/fusionauth-containers","last_synced_at":"2025-04-05T05:31:15.480Z","repository":{"id":39174835,"uuid":"147708097","full_name":"FusionAuth/fusionauth-containers","owner":"FusionAuth","description":"Container definitions for docker, kubernetes, helm, and whatever containers come next!","archived":false,"fork":false,"pushed_at":"2025-03-31T22:28:20.000Z","size":527,"stargazers_count":225,"open_issues_count":4,"forks_count":70,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-04-01T16:56:41.443Z","etag":null,"topics":["docker","docker-compose","docker-image","fusionauth","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"https://fusionauth.io/","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/FusionAuth.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-06T17:17:59.000Z","updated_at":"2025-02-22T06:01:55.000Z","dependencies_parsed_at":"2023-10-27T17:36:24.978Z","dependency_job_id":"5dbbf0dc-e387-4957-9416-ab5839d2c9ba","html_url":"https://github.com/FusionAuth/fusionauth-containers","commit_stats":null,"previous_names":[],"tags_count":153,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FusionAuth","download_url":"https://codeload.github.com/FusionAuth/fusionauth-containers/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294206,"owners_count":20915332,"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":["docker","docker-compose","docker-image","fusionauth","k8s","kubernetes"],"created_at":"2024-08-01T15:01:08.330Z","updated_at":"2025-04-05T05:31:10.465Z","avatar_url":"https://github.com/FusionAuth.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile","kubernetes"],"sub_categories":[],"readme":"## Containers! Containers! Containers!\n\nFusionAuth loves containers, found an issue? Please open a bug or submit a PR.\n\n\n## Credits\n- [@sims-security](https://github.com/sims-security) Thank you for the proxy-docker section.\n- [@ssirag](https://github.com/ssirag) Thank you for the feedback and bug reports.\n- [@minyangu](https://github.com/minyangu) Thank you for [PR #3](https://github.com/FusionAuth/fusionauth-containers/pull/3) to enhance our docker-compose example.\n- [János Veres](https://github.com/nadilas) Thank you for building out an example Kubernetes configuration via [PR #6](https://github.com/FusionAuth/fusionauth-containers/pull/6), this will be very valuable to the FusionAuth community.\n- [@trollr](https://github.com/trollr) and the [Ninjaneers team](https://www.ninjaneers.de/) for the helm configuration and all of their contribution.\n- [@vladyslav2](https://github.com/vladyslav2) for [PR #15](https://github.com/FusionAuth/fusionauth-containers/pull/15) to make the Docker Compose example work better when invoked via `bash`.\n- [@drpebcak](https://github.com/drpebcak) for all of your contribution and assistance in this repo!\n- [@sims-security](https://github.com/sims-security) for the proxy examples in `proxy-docker/`!\n- The FusionAuth team - couldn't have done it without you!\n\n\u003cbr\u003e\n\n## Contributors\n- [@nadilas](https://github.com/nadilas)\n- [@trollr](https://github.com/trollr)\n- [@drpebcak](https://github.com/drpebcak)\n- [@sims-security](https://github.com/sims-security)\n\nhttps://github.com/fusionauth/fusionauth-contrib is the new repository for all contributions, including container runtimes and configs.\n\n\u003cbr\u003e\n\n## Docker\n\n### Docker Compose\n\nThe reference [docker-compose.yml](https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml) defaults to use opensearch as the search engine.\n\nReview our [Docker Install Guide](https://fusionauth.io/docs/v1/tech/installation-guide/docker) for additional assistance.\n\n```bash\ncurl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml\ncurl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env\ndocker compose up\n```\n\n### Docker Images\n\nDocker images are available on [Docker Hub](https://hub.docker.com/u/fusionauth/)\n\nFusionAuth App\n```bash\ndocker pull fusionauth/fusionauth-app:latest\n```\n\n## Kubernetes\n\nKubernetes is a supported platform. The supported installation method is Helm.\n\nReview our [Kubernetes Install Guide](https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes) for additional assistance.\n\nThe [FusionAuth Helm chart](https://github.com/FusionAuth/charts) is managed in a separate repository. See [README](https://github.com/FusionAuth/charts/blob/master/README.md) for more information.\n\n## OpenShift\n\nPlease see https://github.com/fusionauth/fusionauth-contrib for openshift information.\n\n## Helm\n\nPlease see https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes/\n\n## Proxy-Docker\n\nPlease see https://github.com/fusionauth/fusionauth-contrib for proxy-docker information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFusionAuth%2Ffusionauth-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFusionAuth%2Ffusionauth-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFusionAuth%2Ffusionauth-containers/lists"}