This commit is contained in:
35
controller.windows.example.json
Normal file
35
controller.windows.example.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"listen_addr": "127.0.0.1:8090",
|
||||
"username": "admin",
|
||||
"password_env": "ENV_CONTROLLER_PASSWORD",
|
||||
"password_file": "",
|
||||
"auto_import_missing": false,
|
||||
"max_backups": 100,
|
||||
"docker_timeout": "5m",
|
||||
"projects": [
|
||||
{
|
||||
"id": "glpi-ai-stack",
|
||||
"title": "GLPI AI Stack",
|
||||
"env_file": "E:/GoProjects/glpi-ai-agent/.env",
|
||||
"example_file": "E:/GoProjects/glpi-ai-agent/.env.example",
|
||||
"backup_dir": "E:/GoProjects/glpi-ai-agent-controller/backups/glpi-ai-stack",
|
||||
"targets": [
|
||||
{
|
||||
"container_name": "glpi-ai-agent",
|
||||
"display_name": "GLPI AI Agent",
|
||||
"allowed_actions": ["restart", "recreate"],
|
||||
"default_action": "recreate",
|
||||
"apply_by_default": true,
|
||||
"project_dir": "E:/GoProjects/glpi-ai-agent",
|
||||
"compose_files": [
|
||||
"E:/GoProjects/glpi-ai-agent/docker-compose.yml",
|
||||
"E:/GoProjects/glpi-ai-agent/compose.controller-names.yml"
|
||||
],
|
||||
"compose_service": "agent",
|
||||
"compose_project": "glpi-ai-stack",
|
||||
"env_file": "E:/GoProjects/glpi-ai-agent/.env"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user