Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusionauth/fusionauth-containers
Container definitions for docker, kubernetes, helm, and whatever containers come next!
https://github.com/fusionauth/fusionauth-containers
docker docker-compose docker-image fusionauth k8s kubernetes
Last synced: 5 days ago
JSON representation
Container definitions for docker, kubernetes, helm, and whatever containers come next!
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-containers
- Owner: FusionAuth
- Created: 2018-09-06T17:17:59.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-12T16:43:28.000Z (10 days ago)
- Last Synced: 2024-12-16T19:15:42.940Z (6 days ago)
- Topics: docker, docker-compose, docker-image, fusionauth, k8s, kubernetes
- Language: Dockerfile
- Homepage: https://fusionauth.io/
- Size: 507 KB
- Stars: 221
- Watchers: 16
- Forks: 69
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Containers! Containers! Containers!
FusionAuth loves containers, found an issue? Please open a bug or submit a PR.
## Credits
- [@sims-security](https://github.com/sims-security) Thank you for the proxy-docker section.
- [@ssirag](https://github.com/ssirag) Thank you for the feedback and bug reports.
- [@minyangu](https://github.com/minyangu) Thank you for [PR #3](https://github.com/FusionAuth/fusionauth-containers/pull/3) to enhance our docker-compose example.
- [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.
- [@trollr](https://github.com/trollr) and the [Ninjaneers team](https://www.ninjaneers.de/) for the helm configuration and all of their contribution.
- [@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`.
- [@drpebcak](https://github.com/drpebcak) for all of your contribution and assistance in this repo!
- [@sims-security](https://github.com/sims-security) for the proxy examples in `proxy-docker/`!
- The FusionAuth team - couldn't have done it without you!
## Contributors
- [@nadilas](https://github.com/nadilas)
- [@trollr](https://github.com/trollr)
- [@drpebcak](https://github.com/drpebcak)
- [@sims-security](https://github.com/sims-security)https://github.com/fusionauth/fusionauth-contrib is the new repository for all contributions, including container runtimes and configs.
## Docker
### Docker Compose
The 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.
Review our [Docker Install Guide](https://fusionauth.io/docs/v1/tech/installation-guide/docker) for additional assistance.
```bash
curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/.env
docker compose up
```### Docker Images
Docker images are available on [Docker Hub](https://hub.docker.com/u/fusionauth/)
FusionAuth App
```bash
docker pull fusionauth/fusionauth-app:latest
```## Kubernetes
Kubernetes is a supported platform. The supported installation method is Helm.
Review our [Kubernetes Install Guide](https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes) for additional assistance.
The [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.
## OpenShift
Please see https://github.com/fusionauth/fusionauth-contrib for openshift information.
## Helm
Please see https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes/
## Proxy-Docker
Please see https://github.com/fusionauth/fusionauth-contrib for proxy-docker information.