SelfhostedPro / selfhosted_templates

Portainer templates for selfhosted services
GNU General Public License v3.0
1.24k stars 238 forks source link

[APP REQUEST]: Fleet #233

Open regner opened 3 years ago

regner commented 3 years ago

Dockerhub Link:

https://hub.docker.com/r/linuxserver/fleet

Description

Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. It is built and maintained by the LinuxServer team.

Separate Database?

Yes, they suggest MariaDB.

Fill this out as best as you can. Documentation about these can be found here: https://www.portainer.io/documentation/how-to-use-templates/

{
    "type": 1,
    "title": "Fleet",
    "name": "fleet",
    "description": "Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.",
    "logo": "",
    "image": "linuxserver/fleet:latest",
    "categories": [
      "???????????????????"
    ],
    "platform": "linux",
    "restart_policy": "unless-stopped",
    "ports": [
      "8080:8080/tcp"
    ],
    "volumes": [
      {
        "container": "/config",
        "bind": "/portainer/config"
      }
    ],
    "env": [
      {
        "name": "PUID",
        "label": "PUID",
        "default": "1000"
      },
      {
        "name": "PGID",
        "label": "PGID",
        "default": "100"
      }
    ]
  },