forked from 68publishers/webpack-encore-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
38 lines (34 loc) · 933 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: "3.7"
services:
php74:
build:
context: .
dockerfile: Dockerfile
target: php74
container_name: 68publishers.webpack-encore-bundle.74
volumes:
- .:/var/www/html:cached
php80:
build:
context: .
dockerfile: Dockerfile
target: php80
container_name: 68publishers.webpack-encore-bundle.80
volumes:
- .:/var/www/html:cached
php81:
build:
context: .
dockerfile: Dockerfile
target: php81
container_name: 68publishers.webpack-encore-bundle.81
volumes:
- .:/var/www/html:cached
php82:
build:
context: .
dockerfile: Dockerfile
target: php82
container_name: 68publishers.webpack-encore-bundle.82
volumes:
- .:/var/www/html:cached