File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
service-control :
30
30
condition : service_healthy
31
31
container_name : masstransit-connector
32
- image : particular/servicecontrol-masstransit-connector:latest
32
+ image : particular/servicecontrol-masstransit-connector:latest
33
33
pull_policy : always
34
34
volumes :
35
35
- ./queues.txt:/app/queues.txt:ro
@@ -66,6 +66,9 @@ services:
66
66
- 61335:80
67
67
volumes :
68
68
- ./frontend:/app # Optional for hot reloading
69
+ depends_on :
70
+ masstransit-connector :
71
+ condition : service_healthy
69
72
billing :
70
73
profiles : ['']
71
74
build :
@@ -80,7 +83,7 @@ services:
80
83
- TRANSPORT_TYPE
81
84
- CONNECTION_STRING
82
85
depends_on :
83
- service-control :
86
+ masstransit-connector :
84
87
condition : service_healthy
85
88
shipping :
86
89
profiles : ['']
@@ -96,7 +99,7 @@ services:
96
99
- TRANSPORT_TYPE
97
100
- CONNECTION_STRING
98
101
depends_on :
99
- service-control :
102
+ masstransit-connector :
100
103
condition : service_healthy
101
104
sales :
102
105
profiles : ['']
@@ -112,8 +115,8 @@ services:
112
115
- TRANSPORT_TYPE
113
116
- CONNECTION_STRING
114
117
depends_on :
115
- service-control :
116
- condition : service_healthy
118
+ masstransit-connector :
119
+ condition : service_healthy
117
120
clientui :
118
121
profiles : ['']
119
122
build :
@@ -128,7 +131,7 @@ services:
128
131
- TRANSPORT_TYPE
129
132
- CONNECTION_STRING
130
133
depends_on :
131
- service-control :
134
+ masstransit-connector :
132
135
condition : service_healthy
133
136
134
137
volumes :
You can’t perform that action at this time.
0 commit comments