-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathcompose.yml
More file actions
62 lines (58 loc) · 1.43 KB
/
compose.yml
File metadata and controls
62 lines (58 loc) · 1.43 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
services:
mongodb:
image: mongo:7.0
container_name: tbbc-moneybundle-mongodb
ports:
- '27017:27017'
tbbc-moneybundle-php82:
container_name: tbbc-moneybundle-php82
build:
context: .
dockerfile: ./docker/dockerfile-tbbc-moneybundle-php82
tty: true
stdin_open: true
volumes:
- .:/docker:rw,delegated
environment:
MONGODB_SERVER: 'mongodb://mongodb:27017'
depends_on:
- mongodb
tbbc-moneybundle-php83:
container_name: tbbc-moneybundle-php83
build:
context: .
dockerfile: ./docker/dockerfile-tbbc-moneybundle-php83
tty: true
stdin_open: true
volumes:
- .:/docker:rw,delegated
environment:
MONGODB_SERVER: 'mongodb://mongodb:27017'
depends_on:
- mongodb
tbbc-moneybundle-php84:
container_name: tbbc-moneybundle-php84
build:
context: .
dockerfile: ./docker/dockerfile-tbbc-moneybundle-php84
tty: true
stdin_open: true
volumes:
- .:/docker:rw,delegated
environment:
MONGODB_SERVER: 'mongodb://mongodb:27017'
depends_on:
- mongodb
tbbc-moneybundle-php85:
container_name: tbbc-moneybundle-php85
build:
context: .
dockerfile: ./docker/dockerfile-tbbc-moneybundle-php85
tty: true
stdin_open: true
volumes:
- .:/docker:rw,delegated
environment:
MONGODB_SERVER: 'mongodb://mongodb:27017'
depends_on:
- mongodb