We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e64a1f commit 34861a9Copy full SHA for 34861a9
.led/config
@@ -0,0 +1,2 @@
1
+[service]
2
+ project-name = yokai-batch
docker-compose.yml
@@ -0,0 +1,26 @@
+services:
+ php80:
3
+ container_name: yokai-batch-php80
4
+ environment:
5
+ PHP_XDEBUG: 1
6
+ extends:
7
+ file: ~/.led/docker-base.yaml
8
+ service: localuser
9
+ hostname: php80
10
+ image: ledup/php:8.0
11
+ volumes:
12
+ - .:/src
13
+ working_dir: /src
14
+ php74:
15
+ container_name: yokai-batch-php74
16
17
18
19
20
21
+ hostname: php74
22
+ image: ledup/php:7.4
23
24
25
26
+version: '2'
0 commit comments