Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/portainer/portainer-compose

Compose setup for Portainer
https://github.com/portainer/portainer-compose

docker docker-compose portainer

Last synced: 19 days ago
JSON representation

Compose setup for Portainer

Lists

README

        

# Portainer compose setup

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

## Requirements

1. Install [Docker](http://docker.io).
2. (optional) Install [Docker-compose](http://docs.docker.com/compose/install/).
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.