File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 8
8
"dockerLabels" : null ,
9
9
"dockerSecurityOptions" : null ,
10
10
"entryPoint" : null ,
11
- "environment" : null ,
11
+ "environment" : [] ,
12
12
"essential" : true ,
13
13
"extraHosts" : null ,
14
14
"healthCheck" : null ,
18
18
"links" : null ,
19
19
"linuxParameters" : null ,
20
20
"logConfiguration" : null ,
21
+ "firelensConfiguration" : null ,
21
22
"memory" : 512 ,
22
23
"memoryReservation" : null ,
23
- "mountPoints" : null ,
24
+ "mountPoints" : [] ,
24
25
"name" : " mongodb" ,
25
26
"portMappings" : [
26
27
{
37
38
"systemControls" : null ,
38
39
"ulimits" : null ,
39
40
"user" : null ,
40
- "volumesFrom" : null ,
41
+ "volumesFrom" : [] ,
41
42
"workingDirectory" : null
42
43
},
43
44
{
49
50
"dockerLabels" : null ,
50
51
"dockerSecurityOptions" : null ,
51
52
"entryPoint" : null ,
52
- "environment" : null ,
53
+ "environment" : [] ,
53
54
"essential" : true ,
54
55
"extraHosts" : null ,
55
56
"healthCheck" : null ,
65
66
"awslogs-region" : " us-east-1"
66
67
}
67
68
},
69
+ "firelensConfiguration" : null ,
68
70
"memory" : 512 ,
69
71
"memoryReservation" : null ,
70
- "mountPoints" : null ,
72
+ "mountPoints" : [] ,
71
73
"name" : " redis" ,
72
74
"portMappings" : [
73
75
{
84
86
"systemControls" : null ,
85
87
"ulimits" : null ,
86
88
"user" : null ,
87
- "volumesFrom" : null ,
89
+ "volumesFrom" : [] ,
88
90
"workingDirectory" : null
89
91
}
90
92
]
Original file line number Diff line number Diff line change 68
68
"awslogs-region" : " us-east-1"
69
69
}
70
70
},
71
+ "firelensConfiguration" : null ,
71
72
"memory" : 512 ,
72
73
"memoryReservation" : 512 ,
73
74
"mountPoints" : [
100
101
}
101
102
],
102
103
"user" : " root" ,
103
- "volumesFrom" : null ,
104
+ "volumesFrom" : [] ,
104
105
"workingDirectory" : " ~/project"
105
106
}
106
107
]
You can’t perform that action at this time.
0 commit comments