portainer-compose
Compose setup for Portainer
Last updated Jun 27, 2026
757
Stars
299
Forks
7
Issues
0
Stars/day
Attention Score
89
Language breakdown
No language data available.
▸ Files
click to expand
README
Portainer compose setup
A simple setup to deploy Portainer using docker-compose or docker stack deploy (Swarm).
Requirements
- Install Docker.
- (optional) Install Docker-compose.
- 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.
🔗 More in this category