Files
portainer-export/README.md
T
mbirth 5b54c85e9a Initial commit
Signed-off-by: Markus Birth <markus@birth-online.de>
2025-07-23 00:36:13 +01:00

729 B

Portainer Stack Exporter

This is a small tool to export Docker-Compose Yaml definitions from Portainer to separate files for easy backup.

Preparations

  1. Generate a new Access Token in Portainer (My account --> Access tokens)

  2. Copy the CONFIG.example to CONFIG and update the URL to your Portainer instance as well as the access token you've generated in step 1

  3. Install project dependencies (requests and rich) by running your favourite dependency manager. (If you're using uv, it'll do this automatically on the first run.)