forked from zakird/wkhtmltopdf_binary_gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
72 lines (62 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: '3'
services:
ubuntu_16.04:
build:
context: .
dockerfile: .docker/Dockerfile-ubuntu_16.04
volumes:
- .:/root/wkhtmltopdf_binary_gem
ubuntu_18.04:
build:
context: .
dockerfile: .docker/Dockerfile-ubuntu_18.04
volumes:
- .:/root/wkhtmltopdf_binary_gem
ubuntu_20.04:
build:
context: .
dockerfile: .docker/Dockerfile-ubuntu_20.04
volumes:
- .:/root/wkhtmltopdf_binary_gem
debian_9:
build:
context: .
dockerfile: .docker/Dockerfile-debian_9
volumes:
- .:/root/wkhtmltopdf_binary_gem
debian_10:
build:
context: .
dockerfile: .docker/Dockerfile-debian_10
volumes:
- .:/root/wkhtmltopdf_binary_gem
centos_6:
build:
context: .
dockerfile: .docker/Dockerfile-centos_6
volumes:
- .:/root/wkhtmltopdf_binary_gem
centos_7:
build:
context: .
dockerfile: .docker/Dockerfile-centos_7
volumes:
- .:/root/wkhtmltopdf_binary_gem
centos_8:
build:
context: .
dockerfile: .docker/Dockerfile-centos_8
volumes:
- .:/root/wkhtmltopdf_binary_gem
rockylinux_8:
build:
context: .
dockerfile: .docker/Dockerfile-rockylinux_8
volumes:
- .:/root/wkhtmltopdf_binary_gem
archlinux:
build:
context: .
dockerfile: .docker/Dockerfile-archlinux
volumes:
- .:/root/wkhtmltopdf_binary_gem