-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
65 lines (61 loc) · 1.42 KB
/
docker-compose.yml
File metadata and controls
65 lines (61 loc) · 1.42 KB
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
services:
volt-dev-8.1:
container_name: volt-dev-8.1
hostname: volt-dev-81
build:
dockerfile: resources/docker/develop/Dockerfile
args:
PHP_VERSION: 8.1
working_dir: /app
volumes:
- .:/app
extra_hosts:
- "host.docker.internal:host-gateway"
volt-dev-8.2:
container_name: volt-dev-8.2
hostname: volt-dev-82
build:
dockerfile: resources/docker/develop/Dockerfile
args:
PHP_VERSION: 8.2
working_dir: /app
volumes:
- .:/app
extra_hosts:
- "host.docker.internal:host-gateway"
volt-dev-8.3:
container_name: volt-dev-8.3
hostname: volt-dev-83
build:
dockerfile: resources/docker/develop/Dockerfile
args:
PHP_VERSION: 8.3
working_dir: /app
volumes:
- .:/app
extra_hosts:
- "host.docker.internal:host-gateway"
volt-dev-8.4:
container_name: volt-dev-8.4
hostname: volt-dev-84
build:
dockerfile: resources/docker/develop/Dockerfile
args:
PHP_VERSION: 8.4
working_dir: /app
volumes:
- .:/app
extra_hosts:
- "host.docker.internal:host-gateway"
volt-dev-8.5:
container_name: volt-dev-8.5
hostname: volt-dev-85
build:
dockerfile: resources/docker/develop/Dockerfile
args:
PHP_VERSION: 8.5
working_dir: /app
volumes:
- .:/app
extra_hosts:
- "host.docker.internal:host-gateway"