Skip to content

Commit 4488aaa

Browse files
Automatic generation of the file templates-portainer.json
1 parent c70f3ab commit 4488aaa

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://github.com/PAPAMICA/docker-compose-collection#utilisation"><img src="https://img.shields.io/badge/How_to_use-%2341454A.svg?style=for-the-badge&logo=target&logoColor=white"> </a>
1414
<a href="https://github.com/PAPAMICA/docker-compose-collection#add-new-docker-compose-file"><img src="https://img.shields.io/badge/Add_new_service-%2341454A.svg?style=for-the-badge&logo=target&logoColor=white"> </a>
1515
<br />
16-
<a><img alt="Updated" src="https://img.shields.io/badge/updated-2024_08_05_09h57-%232496ED.svg?style=for-the-badge&logo=social-blade&logoColor=white" ></a> <img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/PAPAMICA/docker-compose-collection/main.yml?branch=master&label=Files%20generating&logo=files&logoColor=white&style=for-the-badge">
16+
<a><img alt="Updated" src="https://img.shields.io/badge/updated-2024_08_05_10h04-%232496ED.svg?style=for-the-badge&logo=social-blade&logoColor=white" ></a> <img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/PAPAMICA/docker-compose-collection/main.yml?branch=master&label=Files%20generating&logo=files&logoColor=white&style=for-the-badge">
1717
<br />
1818
<a href="https://www.docker.com/"><img src="https://img.shields.io/badge/docker-%232496ED.svg?style=for-the-badge&logo=docker&logoColor=white"> </a>
1919
<a href="https://www.portainer.io/"><img src="https://img.shields.io/badge/portainer-%2313BEF9.svg?style=for-the-badge&logo=portainer&logoColor=white"> </a>

templates-portainer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,16 @@
12671267
"label": "Service URL",
12681268
"description": "Example: service.papamica.fr or service.com"
12691269
},
1270+
{
1271+
"name": "DB_USER",
1272+
"label": "Database user ",
1273+
"description": "No spaces or points",
1274+
"default": "focalboard"
1275+
},
1276+
{
1277+
"name": "DB_PASSWORD",
1278+
"label": "Database user password"
1279+
},
12701280
{
12711281
"name": "NETWORK",
12721282
"label": "Your Traefik network ",

0 commit comments

Comments
 (0)