Skip to content

Commit

Permalink
add Apache Nifi and Timescale DB (#216)
Browse files Browse the repository at this point in the history
* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json

* Update templates.json
  • Loading branch information
ncresswell committed Mar 4, 2024
1 parent ec550dc commit 0c3df75
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,48 @@
]
}
]
},
{
"id": 67,
"type": 3,
"title": "Timescale DB",
"description": "Open-source time series database developed by Timescale Inc",
"categories": ["edge"],
"platform": "linux",
"logo": "https://pbs.twimg.com/profile_images/1658849767865167876/hA5OXD9m_400x400.jpg",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/timescaledb/docker-compose.yml"
},
"env": [
{
"name": "pgpassword",
"label": "Database root password"
}
]
},
{
"id": 68,
"type": 3,
"title": "Apache NIFI",
"description": "Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data - Single Server Deployment",
"categories": ["edge"],
"platform": "linux",
"logo": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQRyUilErsgYYtwSYrOY90H723YlVXcUQXuRw&usqp=CAU",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/apachenifi/docker-compose.yml"
},
"env": [
{
"name": "nifiusername",
"label": "Nifi UI admin username"
},
{
"name": "nifipassword",
"label": "Nifi UI admin password (12+ Characters)"
}
]
}
]
}

0 comments on commit 0c3df75

Please sign in to comment.