1
0
mirror of synced 2026-01-04 09:04:47 -05:00

Add dependencies to docker-compose (#19257)

This commit is contained in:
Jimmy Ma
2022-11-10 11:11:32 -08:00
committed by GitHub
parent 524e2744be
commit 0ee55af020

View File

@@ -34,6 +34,9 @@ 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
@@ -113,6 +116,9 @@ services:
- 9000
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
server:
image: airbyte/server:${VERSION}
logging: *default-logging
@@ -153,6 +159,9 @@ services:
- ${LOCAL_ROOT}:${LOCAL_ROOT}
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
webapp:
image: airbyte/webapp:${VERSION}
logging: *default-logging
@@ -171,6 +180,9 @@ services:
- TRACKING_STRATEGY=${TRACKING_STRATEGY}
networks:
- airbyte_internal
depends_on:
bootloader:
condition: service_completed_successfully
airbyte-temporal:
image: airbyte/temporal:${VERSION}
logging: *default-logging
@@ -210,6 +222,9 @@ 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