@@ -34,9 +34,6 @@ services:
34
34
- RUN_DATABASE_MIGRATION_ON_STARTUP=${RUN_DATABASE_MIGRATION_ON_STARTUP}
35
35
networks :
36
36
- airbyte_internal
37
- depends_on :
38
- init :
39
- condition : service_completed_successfully
40
37
db :
41
38
image : airbyte/db:${VERSION}
42
39
logging : *default-logging
@@ -116,9 +113,6 @@ services:
116
113
- 9000
117
114
networks :
118
115
- airbyte_internal
119
- depends_on :
120
- bootloader :
121
- condition : service_completed_successfully
122
116
server :
123
117
image : airbyte/server:${VERSION}
124
118
logging : *default-logging
@@ -159,9 +153,6 @@ services:
159
153
- ${LOCAL_ROOT}:${LOCAL_ROOT}
160
154
networks :
161
155
- airbyte_internal
162
- depends_on :
163
- bootloader :
164
- condition : service_completed_successfully
165
156
webapp :
166
157
image : airbyte/webapp:${VERSION}
167
158
logging : *default-logging
@@ -180,9 +171,6 @@ services:
180
171
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
181
172
networks :
182
173
- airbyte_internal
183
- depends_on :
184
- bootloader :
185
- condition : service_completed_successfully
186
174
airbyte-temporal :
187
175
image : airbyte/temporal:${VERSION}
188
176
logging : *default-logging
@@ -222,9 +210,6 @@ services:
222
210
- workspace:${WORKSPACE_ROOT}
223
211
networks :
224
212
- airbyte_internal
225
- depends_on :
226
- bootloader :
227
- condition : service_completed_successfully
228
213
# airbyte-connector-builder-server: #FIXME: Uncomment this block when enabling airbyte-connector-builder
229
214
# image: airbyte/connector-builder-server:${VERSION}
230
215
# logging: *default-logging
0 commit comments