-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-pilot.config.backup.json
More file actions
62 lines (62 loc) · 1.41 KB
/
docker-pilot.config.backup.json
File metadata and controls
62 lines (62 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"projectName": "docker-pilot",
"dockerCompose": "docker compose",
"configVersion": "1.0",
"primaryComposeFile": "C:\\Users\\plugify\\Documents\\GitHub\\docker-pilot\\docker\\docker-compose.yml",
"services": {
"mailhog": {
"port": 1025,
"description": "Auto-detected mailhog service",
"healthCheck": false,
"backupEnabled": false,
"restart": "unless-stopped",
"scale": 1,
"detected": true
}
},
"plugins": [],
"cli": {
"version": "1.0.0",
"welcomeMessage": "Bem-vindo ao {projectName} Docker Pilot v{version}! 🐳",
"goodbyeMessage": "Obrigado por usar o {projectName} Docker Pilot!",
"interactiveMode": true,
"colorOutput": true,
"verboseLogging": false,
"confirmDestructiveActions": true
},
"backup": {
"enabled": false,
"directory": "./backups",
"retention": 7,
"services": {}
},
"monitoring": {
"enabled": true,
"refreshInterval": 5,
"services": [
"app"
],
"urls": {},
"alerts": {
"enabled": false,
"thresholds": {
"cpu": 80,
"memory": 80,
"disk": 90
}
}
},
"development": {
"hotReload": true,
"debugMode": false,
"logLevel": "info",
"autoMigrate": false,
"seedData": false,
"testMode": false,
"watchFiles": [],
"environment": "development"
},
"networks": {},
"volumes": {},
"language": "pt-br"
}