-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
45 lines (41 loc) · 1.1 KB
/
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
39
40
41
42
43
44
45
services:
php74:
build:
context: .
dockerfile: Dockerfile
target: php74
container_name: 68publishers.crawler-client-php.74
volumes:
- .:/var/www/html:cached
php80:
build:
context: .
dockerfile: Dockerfile
target: php80
container_name: 68publishers.crawler-client-php.80
volumes:
- .:/var/www/html:cached
php81:
build:
context: .
dockerfile: Dockerfile
target: php81
container_name: 68publishers.crawler-client-php.81
volumes:
- .:/var/www/html:cached
php82:
build:
context: .
dockerfile: Dockerfile
target: php82
container_name: 68publishers.crawler-client-php.82
volumes:
- .:/var/www/html:cached
php83:
build:
context: .
dockerfile: Dockerfile
target: php83
container_name: 68publishers.crawler-client-php.83
volumes:
- .:/var/www/html:cached