27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"image": "code.foss.global/serve.zone/gitops:2.13.0",
|
|
"port": 3000,
|
|
"envVars": [
|
|
{
|
|
"key": "GITOPS_PORT",
|
|
"value": "3000",
|
|
"description": "Internal GitOps HTTP port inside the container.",
|
|
"required": true
|
|
},
|
|
{
|
|
"key": "GITOPS_ADMIN_USERNAME",
|
|
"value": "",
|
|
"description": "Initial admin username for the GitOps web UI.",
|
|
"required": true
|
|
},
|
|
{
|
|
"key": "GITOPS_ADMIN_PASSWORD",
|
|
"value": "",
|
|
"description": "Initial admin password for the GitOps web UI.",
|
|
"required": true
|
|
}
|
|
],
|
|
"volumes": ["/data/.serve.zone/gitops"],
|
|
"minOneboxVersion": "1.27.0"
|
|
}
|