-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdocker-compose.yaml
45 lines (42 loc) · 960 Bytes
/
docker-compose.yaml
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
version: "3.9"
services:
php81:
container_name: laravel-ownership-lib-81
image: laravel-ownership-lib-81
build:
context: ./
dockerfile: ./.docker/php/php81/Dockerfile
tty: true
working_dir: /app
volumes:
- ./:/app
php82:
container_name: laravel-ownership-lib-82
image: laravel-ownership-lib-82
build:
context: ./
dockerfile: ./.docker/php/php82/Dockerfile
tty: true
working_dir: /app
volumes:
- ./:/app
php83:
container_name: laravel-ownership-lib-83
image: laravel-ownership-lib-83
build:
context: ./
dockerfile: ./.docker/php/php83/Dockerfile
tty: true
working_dir: /app
volumes:
- ./:/app
php84:
container_name: laravel-ownership-lib-84
image: laravel-ownership-lib-84
build:
context: ./
dockerfile: ./.docker/php/php84/Dockerfile
tty: true
working_dir: /app
volumes:
- ./:/app