-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathcompose.yaml
More file actions
52 lines (52 loc) · 1.34 KB
/
Copy pathcompose.yaml
File metadata and controls
52 lines (52 loc) · 1.34 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
services:
fmc:
build:
dockerfile: ./Dockerfile
image: fmc
container_name: fmc
ports:
- 6010:6010
- 6011:6011
- 6012:6012
- 6013:6013
- 6014:6014
- 6015:6015
develop:
watch:
- action: sync
path: ./apps/angular
target: /app/apps/angular
- action: sync
path: ./apps/css
target: /app/apps/css
- action: sync
path: ./apps/host
target: /app/apps/host
- action: sync
path: ./apps/javascript
target: /app/apps/javascript
- action: sync
path: ./apps/react
target: /app/apps/react
- action: sync
path: ./apps/vue
target: /app/apps/vue
- action: sync
path: ./shared
target: /app/shared
- action: rebuild
path: ./apps/angular/package.json
- action: rebuild
path: ./apps/css/package.json
- action: rebuild
path: ./apps/host/package.json
- action: rebuild
path: ./apps/javascript/package.json
- action: rebuild
path: ./apps/react/package.json
- action: rebuild
path: ./apps/vue/package.json
- action: rebuild
path: ./package.json
- action: rebuild
path: ./package-lock.json