File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Compose/ProductionBuilder/Service Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ public function getServiceName(): string
50
50
* @inheritDoc
51
51
*/
52
52
public function getConfig (Config $ config ): array
53
- {
53
+ {
54
54
$ configArray = $ this ->serviceFactory ->create (
55
- $ this ->getServiceName (),
56
- $ config ->getServiceVersion ($ this ->getServiceName ()),
57
- [
55
+ $ this ->getServiceName (),
56
+ $ config ->getServiceVersion ($ this ->getServiceName ()),
57
+ [
58
58
BuilderInterface::SERVICE_HEALTHCHECK => [
59
59
'test ' => 'valkey-cli ping || exit 1 ' ,
60
60
'interval ' => '30s ' ,
61
61
'timeout ' => '30s ' ,
62
62
'retries ' => 3
63
63
]
64
- ],
65
- $ config ->getServiceImage ($ this ->getServiceName ()),
66
- $ config ->getCustomRegistry ()
64
+ ],
65
+ $ config ->getServiceImage ($ this ->getServiceName ()),
66
+ $ config ->getCustomRegistry ()
67
67
);
68
68
69
69
// Set both 'cache' and 'valkey.magento2.docker' as aliases unconditionally
@@ -73,7 +73,7 @@ public function getConfig(Config $config): array
73
73
];
74
74
75
75
return $ configArray ;
76
- }
76
+ }
77
77
78
78
/**
79
79
* @inheritDoc
You can’t perform that action at this time.
0 commit comments