Skip to content

Commit b16f28f

Browse files
authored
Revert "Add dependencies to docker-compose (#19257)" (#19306)
This reverts commit 0ee55af.
1 parent c2cd11d commit b16f28f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docker-compose.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ services:
3434
- RUN_DATABASE_MIGRATION_ON_STARTUP=${RUN_DATABASE_MIGRATION_ON_STARTUP}
3535
networks:
3636
- airbyte_internal
37-
depends_on:
38-
init:
39-
condition: service_completed_successfully
4037
db:
4138
image: airbyte/db:${VERSION}
4239
logging: *default-logging
@@ -116,9 +113,6 @@ services:
116113
- 9000
117114
networks:
118115
- airbyte_internal
119-
depends_on:
120-
bootloader:
121-
condition: service_completed_successfully
122116
server:
123117
image: airbyte/server:${VERSION}
124118
logging: *default-logging
@@ -159,9 +153,6 @@ services:
159153
- ${LOCAL_ROOT}:${LOCAL_ROOT}
160154
networks:
161155
- airbyte_internal
162-
depends_on:
163-
bootloader:
164-
condition: service_completed_successfully
165156
webapp:
166157
image: airbyte/webapp:${VERSION}
167158
logging: *default-logging
@@ -180,9 +171,6 @@ services:
180171
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
181172
networks:
182173
- airbyte_internal
183-
depends_on:
184-
bootloader:
185-
condition: service_completed_successfully
186174
airbyte-temporal:
187175
image: airbyte/temporal:${VERSION}
188176
logging: *default-logging
@@ -222,9 +210,6 @@ services:
222210
- workspace:${WORKSPACE_ROOT}
223211
networks:
224212
- airbyte_internal
225-
depends_on:
226-
bootloader:
227-
condition: service_completed_successfully
228213
#airbyte-connector-builder-server: #FIXME: Uncomment this block when enabling airbyte-connector-builder
229214
# image: airbyte/connector-builder-server:${VERSION}
230215
# logging: *default-logging

0 commit comments

Comments
 (0)