-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathdocker-compose-arm.yml
More file actions
44 lines (38 loc) · 895 Bytes
/
docker-compose-arm.yml
File metadata and controls
44 lines (38 loc) · 895 Bytes
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
version: '3'
services:
debian_9:
build:
context: .
dockerfile: .docker/Dockerfile-debian_9_arm
volumes:
- .:/root/wkhtmltopdf_binary_gem
debian_10:
build:
context: .
dockerfile: .docker/Dockerfile-debian_10_arm
volumes:
- .:/root/wkhtmltopdf_binary_gem
debian_11:
build:
context: .
dockerfile: .docker/Dockerfile-debian_11_arm
volumes:
- .:/root/wkhtmltopdf_binary_gem
debian_12:
build:
context: .
dockerfile: .docker/Dockerfile-debian_12_arm
volumes:
- .:/root/wkhtmltopdf_binary_gem
ubuntu_22.04:
build:
context: .
dockerfile: .docker/Dockerfile-ubuntu_22.04
volumes:
- .:/root/wkhtmltopdf_binary_gem
ubuntu_24.04:
build:
context: .
dockerfile: .docker/Dockerfile-ubuntu_24.04
volumes:
- .:/root/wkhtmltopdf_binary_gem