Files
templates/blueprints/portainer/template.toml
devdamo 3f75e7b701 Update Portainer blueprint to use latest version and PNG logo (#342)
* Update Portainer blueprint to use latest version and PNG logo

Switched Portainer version to 'latest' in meta.json and docker-compose.yml, replaced SVG logo with PNG, and updated docker-compose.yml to remove agent service, add restart policy, ports, and SSL command. Adjusted template.toml config formatting and port value for consistency.

* Remove SSL configuration from Portainer service

Removed the SSL-related command and port 9443 from the Portainer service in docker-compose.yml, leaving only port 9000 exposed. This simplifies the setup by disabling SSL support.
2025-09-06 18:36:34 -06:00

12 lines
161 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "portainer"
port = 9000
host = "${main_domain}"
[config.env]
[[config.mounts]]