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: 9 days ago
JSON representation
Compose setup for Portainer
- Host: GitHub
- URL: https://github.com/portainer/portainer-compose
- Owner: portainer
- Created: 2016-09-25T00:12:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T13:46:59.000Z (about 2 years ago)
- Last Synced: 2024-07-31T12:08:04.537Z (3 months ago)
- Topics: docker, docker-compose, portainer
- Homepage: http://portainer.io
- Size: 113 KB
- Stars: 666
- Watchers: 31
- Forks: 301
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- favorite-link - Compose setup for Portainer。
- awesome-starred - portainer/portainer-compose - Compose setup for Portainer (docker)
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.