Skip to content

Commit

Permalink
Revert "Add dependencies to docker-compose (#19257)" (#19306)
Browse files Browse the repository at this point in the history
This reverts commit 0ee55af.
  • Loading branch information
gosusnp authored and akashkulk committed Nov 17, 2022
1 parent cb86da5 commit 5d4df8e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ services:
- RUN_DATABASE_MIGRATION_ON_STARTUP=${RUN_DATABASE_MIGRATION_ON_STARTUP}
networks:
- airbyte_internal
depends_on:
init:
condition: service_completed_successfully
db:
image: airbyte/db:${VERSION}
logging: *default-logging
Expand Down Expand Up @@ -116,9 +113,6 @@ services:
- 9000
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
server:
image: airbyte/server:${VERSION}
logging: *default-logging
Expand Down Expand Up @@ -159,9 +153,6 @@ services:
- ${LOCAL_ROOT}:${LOCAL_ROOT}
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
webapp:
image: airbyte/webapp:${VERSION}
logging: *default-logging
Expand All @@ -180,9 +171,6 @@ services:
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
airbyte-temporal:
image: airbyte/temporal:${VERSION}
logging: *default-logging
Expand Down Expand Up @@ -222,9 +210,6 @@ services:
- workspace:${WORKSPACE_ROOT}
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
#airbyte-connector-builder-server: #FIXME: Uncomment this block when enabling airbyte-connector-builder
# image: airbyte/connector-builder-server:${VERSION}
# logging: *default-logging
Expand Down

0 comments on commit 5d4df8e

Please sign in to comment.