-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdev.compose.yml
75 lines (75 loc) · 1.95 KB
/
dev.compose.yml
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
66
67
68
69
70
71
72
73
74
75
---
services:
gcloud_datastore:
develop:
watch:
- action: rebuild
path: ./gcp/datastore/Dockerfile
- action: rebuild
path: ./compose.yml
- action: rebuild
path: ./dev.base.compose.yml
- action: rebuild
path: ./dev.compose.yml
- action: rebuild
path: ./gcp/datastore/start.sh
- action: rebuild
path: ./gcp/datastore/healthcheck.sh
server:
volumes:
- type: bind
source: ./server
target: /go/app/server
depends_on:
gcloud_datastore:
condition: service_healthy
develop:
watch:
- action: rebuild
path: ./compose.yml
- action: rebuild
path: ./dev.base.compose.yml
- action: rebuild
path: ./dev.compose.yml
- action: rebuild
path: ./go.mod
- action: rebuild
path: ./go.sum
- action: rebuild
path: ./ping
frontend:
volumes:
- type: bind
source: ./frontend/src
target: /usr/src/app/src
depends_on:
server:
condition: service_healthy
develop:
watch:
- action: rebuild
path: ./frontend/Dockerfile
- action: rebuild
path: ./compose.yml
- action: rebuild
path: ./dev.base.compose.yml
- action: rebuild
path: ./dev.compose.yml
- action: rebuild
path: ./elm/elm_arm64
- action: rebuild
path: ./frontend/elm.json
- action: rebuild
path: ./frontend/.npmrc
- action: rebuild
path: ./frontend/package.json
- action: rebuild
path: ./frontend/package-lock.json
- action: rebuild
path: ./frontend/webpack.config.js
- action: rebuild
path: ./frontend/public
- action: rebuild
path: ./frontend/healthcheck.sh
- action: rebuild
path: ./frontend/nginx/