All Projects → portainer → Portainer Compose

portainer / Portainer Compose

Compose setup for Portainer

Projects that are alternatives of or similar to Portainer Compose

Docker Portainer Letsencrypt
Portainer docker container over SSL Certificate using Let's Encrypt automated by our webproxy docker-compose-letsencrypt-nginx-proxy
Stars: ✭ 141 (-65.44%)
Mutual labels:  docker-compose, portainer
Dockerize Your Dev
Docker compose a VM to get LetsEncrypt / NGINX proxy auto provisioning, ELK logging, Prometheus / Grafana monitoring, Portainer GUI, and more...
Stars: ✭ 61 (-85.05%)
Mutual labels:  docker-compose, portainer
Docker Lnmp
🔥 Mac/Linux Docker LNMP
Stars: ✭ 189 (-53.68%)
Mutual labels:  docker-compose, portainer
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-8.58%)
Mutual labels:  docker-compose, portainer
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+4908.33%)
Mutual labels:  docker-compose, portainer
Compose Cli
Easily run your Compose application to the cloud with compose-cli
Stars: ✭ 353 (-13.48%)
Mutual labels:  docker-compose
Skmz
A GraphQL-based Web App written with Go, React and MongoDB
Stars: ✭ 380 (-6.86%)
Mutual labels:  docker-compose
Lnmp
💻 🐳 🐘 🐬 🐧 🚀 Start Docker LNMP(LEMP) In less than 2 minutes Powered by Docker Compose. 让 PHP 开发者快速(一键)搭建基于容器技术(Docker、Kubernetes)的开发、测试、生产(CI/CD by Drone)环境.
Stars: ✭ 341 (-16.42%)
Mutual labels:  docker-compose
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+781.86%)
Mutual labels:  docker-compose
Mailcow Dockerized
mailcow: dockerized - 🐮 + 🐋 = 💕
Stars: ✭ 4,573 (+1020.83%)
Mutual labels:  docker-compose
Enferno
A Python framework based on Flask microframework, with batteries included, and best practices in mind.
Stars: ✭ 385 (-5.64%)
Mutual labels:  docker-compose
Strimpack
A platform for livestreamers to make a home for their audience.
Stars: ✭ 378 (-7.35%)
Mutual labels:  docker-compose
Docker Autocompose
Generate a docker-compose yaml definition from a running container
Stars: ✭ 359 (-12.01%)
Mutual labels:  docker-compose
Dapps
Dapps 是一个跨平台的应用商店,包含众多软件。
Stars: ✭ 385 (-5.64%)
Mutual labels:  docker-compose
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (-12.75%)
Mutual labels:  docker-compose
Django React Boilerplate
DIY Django + React Boilerplate for starting your SaaS
Stars: ✭ 385 (-5.64%)
Mutual labels:  docker-compose
Swirl
A web UI for Docker, focused on swarm cluster.
Stars: ✭ 332 (-18.63%)
Mutual labels:  docker-compose
Nginx Ui
Nginx UI allows you to access and modify the nginx configurations files without cli.
Stars: ✭ 4,067 (+896.81%)
Mutual labels:  docker-compose
Docker Stacks
DECK is a powerful and high performant local web development studio unlike any other.
Stars: ✭ 376 (-7.84%)
Mutual labels:  docker-compose
Xxproject
SpringCloud 微服务综合实例。分布式配置中心,服务发现&负载均衡,链路断路器,API网关,OAuth2认证授权,分布式追踪,ELK日志中心,Ansible/Docker持续交付等最佳实践。
Stars: ✭ 371 (-9.07%)
Mutual labels:  docker-compose

Portainer compose setup

A simple setup to deploy Portainer using docker-compose or docker stack deploy (Swarm).

Requirements

  1. Install Docker.
  2. (optional) Install Docker-compose.
  3. Clone this repository

Usage

Compose

See nginx-proxy/ or traefik/ for Compose deployments.

Swarm

Deploy this stack on a manager node inside your Swarm cluster:

docker stack deploy --compose-file=docker-stack.yml portainer

You can then access Portainer by using the IP address of any node in your Swarm cluster over port 9000 with a web browser.

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].