Skip to content

Commit

Permalink
Release version 3.4.1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
cesmarvin committed Sep 24, 2024
1 parent 15e6353 commit 6216371
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/scm",
"Version": "3.4.1-2",
"Version": "3.4.1-3",
"DisplayName": "SCM-Manager",
"Description": "The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.",
"Category": "Development Apps",
Expand Down Expand Up @@ -59,7 +59,9 @@
"ServiceAccounts": [
{
"Type": "cas",
"Params": ["cas"]
"Params": [
"cas"
]
}
],
"Configuration": [
Expand Down Expand Up @@ -237,17 +239,17 @@
"Default": "0"
},
{
"Name": "install_smeagol_plugin",
"Description": "",
"Optional": true,
"Validation": {
"Type": "ONE_OF",
"Values": [
"true",
"false"
]
},
"Default": "false"
"Name": "install_smeagol_plugin",
"Description": "",
"Optional": true,
"Validation": {
"Type": "ONE_OF",
"Values": [
"true",
"false"
]
},
"Default": "false"
}
],
"ExposedPorts": [
Expand Down Expand Up @@ -307,11 +309,11 @@
"NeedsBackup": false
},
{
"Name": "localConfig",
"Path": "/var/ces/config",
"Owner": "1000",
"Group": "1000",
"NeedsBackup": true
"Name": "localConfig",
"Path": "/var/ces/config",
"Owner": "1000",
"Group": "1000",
"NeedsBackup": true
}
],
"HealthCheck": {
Expand Down

0 comments on commit 6216371

Please sign in to comment.