Skip to content

Commit

Permalink
Update template lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka authored and github-actions[bot] committed Sep 15, 2023
1 parent c089067 commit 7c828cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
27 changes: 12 additions & 15 deletions merged-with-duplicates.json
Original file line number Diff line number Diff line change
Expand Up @@ -25231,24 +25231,18 @@
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/opc-router.png",
"image": "opcrouter/runtime:latest",
"ports": [
"27017/tcp"
"49429/tcp",
"8080/tcp",
"8081/tcp"
],
"env": [
{
"name": "OR_DATABASE_USERNAME",
"label": "Remote management user"
"name": "INITIAL_USERNAME",
"label": "Initial Admin User user"
},
{
"name": "MONGO_INITDB_ROOT_USERNAME",
"label": "Remote management password"
},
{
"name": "OR_DATABASE_PASSWORD",
"label": "Database root user"
},
{
"name": "MONGO_INITDB_ROOT_PASSWORD",
"label": "Database root password"
"name": "INITIAL_PASSWORD",
"label": "Inital Admin User Password"
},
{
"name": "OR_I_ACCEPT_EULA",
Expand All @@ -25264,10 +25258,13 @@
],
"volumes": [
{
"container": "/data/db"
"container": "/data/database"
},
{
"container": "/inray"
},
{
"container": "/root/.dotnet/corefx/cryptography/x509stores/"
"container": "/var/log/opcrouter"
}
]
},
Expand Down
27 changes: 12 additions & 15 deletions merged.json
Original file line number Diff line number Diff line change
Expand Up @@ -10142,24 +10142,18 @@
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/opc-router.png",
"image": "opcrouter/runtime:latest",
"ports": [
"27017/tcp"
"49429/tcp",
"8080/tcp",
"8081/tcp"
],
"env": [
{
"name": "OR_DATABASE_USERNAME",
"label": "Remote management user"
"name": "INITIAL_USERNAME",
"label": "Initial Admin User user"
},
{
"name": "MONGO_INITDB_ROOT_USERNAME",
"label": "Remote management password"
},
{
"name": "OR_DATABASE_PASSWORD",
"label": "Database root user"
},
{
"name": "MONGO_INITDB_ROOT_PASSWORD",
"label": "Database root password"
"name": "INITIAL_PASSWORD",
"label": "Inital Admin User Password"
},
{
"name": "OR_I_ACCEPT_EULA",
Expand All @@ -10175,10 +10169,13 @@
],
"volumes": [
{
"container": "/data/db"
"container": "/data/database"
},
{
"container": "/inray"
},
{
"container": "/root/.dotnet/corefx/cryptography/x509stores/"
"container": "/var/log/opcrouter"
}
]
},
Expand Down

0 comments on commit 7c828cd

Please sign in to comment.