All Projects → FusionAuth → Fusionauth Containers

FusionAuth / Fusionauth Containers

Container definitions for docker, kubernetes, helm, and whatever containers come next!

Projects that are alternatives of or similar to Fusionauth Containers

Docker Liferay Portal
Stars: ✭ 41 (-59.41%)
Mutual labels:  docker-image, docker-compose
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-32.67%)
Mutual labels:  docker-image, docker-compose
Leanote Dockerfile
docker-compose for leanote.
Stars: ✭ 49 (-51.49%)
Mutual labels:  docker-image, docker-compose
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-91.09%)
Mutual labels:  docker-image, docker-compose
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-14.85%)
Mutual labels:  docker-image, docker-compose
Docker Mediawiki
🐳 Dockerized Femiwiki's mediawiki server
Stars: ✭ 33 (-67.33%)
Mutual labels:  docker-image, docker-compose
Poco
Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
Stars: ✭ 66 (-34.65%)
Mutual labels:  docker-image, docker-compose
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (+281.19%)
Mutual labels:  docker-image, docker-compose
Cabot Docker
Docker Images to build full cabot environment
Stars: ✭ 75 (-25.74%)
Mutual labels:  docker-image, docker-compose
Bareos
Docker image for Bareos
Stars: ✭ 74 (-26.73%)
Mutual labels:  docker-image, docker-compose
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+694.06%)
Mutual labels:  docker-image, docker-compose
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+1171.29%)
Mutual labels:  docker-image, docker-compose
Netbox Docker
🐳 Docker Image of NetBox
Stars: ✭ 628 (+521.78%)
Mutual labels:  docker-image, docker-compose
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-63.37%)
Mutual labels:  docker-image, docker-compose
Trashemail
A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
Stars: ✭ 408 (+303.96%)
Mutual labels:  docker-image, docker-compose
Scala Graalvm Docker
Docker images to build and generate native artifacts using GraalVM
Stars: ✭ 60 (-40.59%)
Mutual labels:  docker-image, docker-compose
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+20131.68%)
Mutual labels:  docker-image, docker-compose
Swirl
A web UI for Docker, focused on swarm cluster.
Stars: ✭ 332 (+228.71%)
Mutual labels:  docker-image, docker-compose
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-31.68%)
Mutual labels:  docker-image, docker-compose
Docker Cloud Platform
使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 86 (-14.85%)
Mutual labels:  docker-compose, k8s

Containers! Containers! Containers!

FusionAuth loves containers, found an issue? Please open a bug or submit a PR.

Credits

  • @sims-security Thank you for the proxy-docker section.
  • @ssirag Thank you for the feedback and bug reports.
  • @minyangu Thank you for PR #3 to enhance our docker-compose example.
  • János Veres Thank you for building out an example Kubernetes configuration via PR #6, this will be very valuable to the FusionAuth community.
  • @trollr and the Ninjaneers team for the helm configuration and all of their contribution.
  • @vladyslav2 for PR #15 to make the Docker Compose example work better when invoked via bash.
  • @drpebcak for all of your contribution and assistance in this repo!
  • @sims-security for the proxy examples in proxy-docker/!
  • The FusionAuth team - couldn't have done it without you!

Contributors


Docker

Docker Compose

The reference docker-compose.yml defaults to use the database as the User search engine.

In order to install with Elasticsearch as the User search engine, include the reference docker-compose.override.yml.

Review our Docker Install Guide for additional assistance.

curl -o docker-compose.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.yml
# Uncomment the following line to install and configure Elasticsearch as the User search engine
# curl -o docker-compose.override.yml https://raw.githubusercontent.com/FusionAuth/fusionauth-containers/master/docker/fusionauth/docker-compose.override.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

FusionAuth App

docker pull fusionauth/fusionauth-app:latest

Community Contributed Docker Images

Arm64

One of our FusionAuth MVPs @jerryhopper has been building FusionAuth for use on the Arm64 platform. Find the Arm64 images on hub.docker.com/r/jerryhopper/fusionauth-app or using the following pull command.

docker pull jerryhopper/fusionauth-app:latest

For a walk through on running FusionAuth on Arm64, review the following article provided by @jerryhopper.

Multi-Architecture Builds

https://github.com/jerryhopper/fusionauth-app-multiarch

Kubernetes

Notice

The Kubernetes portion of this repository is community maintained; and is provided to assist in your deployment and management of FusionAuth. Use of this software is not covered under the FusionAuth license agreement and is provided "as is" without warranty. https://fusionauth.io/license

kubernetes
├── *
├── README.md

See the Kubernetes README


Helm

Notice

The Helm repository is community maintained; and is provided to assist in your deployment and management of FusionAuth. Use of this software is not covered under the FusionAuth license agreement and is provided "as is" without warranty. https://fusionauth.io/license

The FusionAuth Helm chart is managed in a separate repository. See README for more informations.


OpenShift

Notice

The OpenShift portion of this repository is community maintained; and is provided to assist in your deployment and management of FusionAuth. Use of this software is not covered under the FusionAuth license agreement and is provided "as is" without warranty. https://fusionauth.io/license

openshift
├── *
├── README.md

See the OpenShift README


Proxy-Docker

Notice

The Proxy-Docker portion of this repository is community maintained; and is provided to assist in your deployment and management of FusionAuth. Use of this software is not covered under the FusionAuth license agreement and is provided "as is" without warranty. https://fusionauth.io/license

proxy-docker
├── *
├── README.md

See the Proxy-Docker README

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].