Skip to content

Commit 34861a9

Browse files
committed
Commit LED
1 parent 5e64a1f commit 34861a9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.led/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[service]
2+
project-name = yokai-batch

docker-compose.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
services:
2+
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+
environment:
17+
PHP_XDEBUG: 1
18+
extends:
19+
file: ~/.led/docker-base.yaml
20+
service: localuser
21+
hostname: php74
22+
image: ledup/php:7.4
23+
volumes:
24+
- .:/src
25+
working_dir: /src
26+
version: '2'

0 commit comments

Comments
 (0)