Skip to content

Latest commit

 

History

History

portainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docker-compose Portainer

A very simple docker-compose file to have a Portainer, to manage your containers with a webGUI.

🏭 Requirements

  • linux host (tested successfully on Ubuntu 20.04 && 22.04, Debian 10 & 11)
  • docker >= 23.x
  • docker compose (plugin) >= 2.17.x

🚀 How to use

Clone this repo where you want with this line :

git clone https://github.com/Mettmett/docker-compose.git:portainer

You need to edit the file .env at the source folder to modify the values of some vars.

After that when you're all set, press the red button to initiate 🔥 !

docker compose pull && docker compose up -d && docker compose logs -f

In Portainer 2.17+ administration page, you'll have to add the docker environment you want to connect to. Select "Docker Standalone" and use the "API" instead of "Socket". The docker API URL is the dockerproxy container, so type dockerproxy:2375.

⭐ Author

Made by Julien HOMMET 🇫🇷 for my personnal website

🔧 Support & Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

💰 Licence

CC BY-NC-SA

⚓ Misc