-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
58 lines (48 loc) · 933 Bytes
/
docker-compose.yml
File metadata and controls
58 lines (48 loc) · 933 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: '3.7'
services:
## Domain
frontend:
build: ../application/frontend
imageorchestrator:
build:
context: ../application
args:
SERVICE: imageorchestrator
imageholder:
build:
context: ../application
args:
SERVICE: imageholder
imagerotator:
build:
context: ../application
args:
SERVICE: imagerotator
imagegrayscale:
build:
context: ../application
args:
SERVICE: imagegrayscale
imageresize:
build:
context: ../application
args:
SERVICE: imageresize
imageflip:
build:
context: ../application
args:
SERVICE: imageflip
imagethumbnail:
build:
context: ../application
args:
SERVICE: imagethumbnail
trafficgen:
build:
context: ../application
args:
SERVICE: trafficgen
volumes:
olly-mongodb:
driver: local