File tree Expand file tree Collapse file tree 1 file changed +8
-26
lines changed
Expand file tree Collapse file tree 1 file changed +8
-26
lines changed Original file line number Diff line number Diff line change 11services :
22 php83 :
33 container_name : yokai-batch-php83
4- environment :
5- PHP_XDEBUG : 1
64 extends :
75 file : $HOME/.led/docker-base.yaml
86 service : localuser
@@ -11,40 +9,24 @@ services:
119 volumes :
1210 - .:/src
1311 working_dir : /src
14- php81 :
15- container_name : yokai-batch-php81
16- environment :
17- PHP_XDEBUG : 1
12+ php82 :
13+ container_name : yokai-batch-php82
1814 extends :
1915 file : $HOME/.led/docker-base.yaml
2016 service : localuser
21- hostname : php81
22- image : ledup/php:8.1
17+ hostname : php82
18+ image : ledup/php:8.2
2319 volumes :
2420 - .:/src
2521 working_dir : /src
26- php80 :
27- container_name : yokai-batch-php80
28- environment :
29- PHP_XDEBUG : 1
22+ php81 :
23+ container_name : yokai-batch-php81
3024 extends :
3125 file : $HOME/.led/docker-base.yaml
3226 service : localuser
33- hostname : php80
34- image : ledup/php:8.0
27+ hostname : php81
28+ image : ledup/php:8.1
3529 volumes :
3630 - .:/src
3731 working_dir : /src
38- php74 :
39- container_name : yokai-batch-php74
40- environment :
41- PHP_XDEBUG : 1
42- extends :
43- file : $HOME/.led/docker-base.yaml
44- service : localuser
45- hostname : php74
46- image : ledup/php:7.4
47- volumes :
48- - .:/src
49- working_dir : /src
5032version : ' 2'
You can’t perform that action at this time.
0 commit comments