Skip to content

Commit

Permalink
update Volume-Names
Browse files Browse the repository at this point in the history
  • Loading branch information
madejackson committed Jul 29, 2024
1 parent 48524fb commit 6623eee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions servapps/Filebrowser/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
"source": "{Context.mountPoint}",
"target": "/srv",
"type": "bind"
},
{
"source": "Filebrowser-database",
"target": "/database",
"type": "bind"
},
{
"source": "Filebrowser-config",
"target": "/config",
"type": "bind"
}
],
"routes": [
Expand Down
7 changes: 7 additions & 0 deletions servapps/openPLC/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"cosmos-auto-update": "true",
"cosmos-icon": "https://aseracorp.github.io/resiSTORE/servapps/openPLC/icon.png"
},
"volumes": [
{
"source": "OpenPLC-persistent",
"target": "/persistent",
"type": "bind"
}
],
"routes": [
{
"name": "{ServiceName}",
Expand Down

0 comments on commit 6623eee

Please sign in to comment.