From 400b27a6c8bcb2573e0a20b1a5025303fe414fa6 Mon Sep 17 00:00:00 2001 From: jigoong Date: Tue, 17 Feb 2026 10:01:23 +0700 Subject: [PATCH] update airbyte version and port --- 04-ingestion/docker-compose.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/04-ingestion/docker-compose.yml b/04-ingestion/docker-compose.yml index b6d6716..648c1d8 100644 --- a/04-ingestion/docker-compose.yml +++ b/04-ingestion/docker-compose.yml @@ -38,9 +38,9 @@ services: - /var/run/docker.sock:/var/run/docker.sock networks: - shared_data_network - +###0.63.8 airbyte-temporal: - image: airbyte/temporal:0.63.8 + image: airbyte/temporal:1.8.5 container_name: airbyte-temporal restart: unless-stopped environment: @@ -55,11 +55,11 @@ services: - shared_data_network bootloader: - image: airbyte/bootloader:0.63.8 + image: airbyte/bootloader:1.8.5 container_name: airbyte-bootloader restart: "no" environment: - - AIRBYTE_VERSION=0.63.8 + - AIRBYTE_VERSION=1.8.5 - DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte - DATABASE_USER=${DB_USER} - DATABASE_PASSWORD=${DB_PASSWORD} @@ -68,7 +68,7 @@ services: - shared_data_network worker: - image: airbyte/worker:0.63.8 + image: airbyte/worker:1.8.5 container_name: airbyte-worker restart: unless-stopped depends_on: @@ -76,7 +76,7 @@ services: - airbyte-temporal - bootloader environment: - - AIRBYTE_VERSION=0.63.8 + - AIRBYTE_VERSION=1.8.5 - DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte - DATABASE_USER=${DB_USER} - DATABASE_PASSWORD=${DB_PASSWORD} @@ -95,14 +95,14 @@ services: - shared_data_network server: - image: airbyte/server:0.63.8 + image: airbyte/server:1.8.5 container_name: airbyte-server restart: unless-stopped depends_on: - airbyte-temporal - bootloader environment: - - AIRBYTE_VERSION=0.63.8 + - AIRBYTE_VERSION=1.8.5 - DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte - DATABASE_USER=${DB_USER} - DATABASE_PASSWORD=${DB_PASSWORD} @@ -121,7 +121,7 @@ services: - shared_data_network webapp: - image: airbyte/webapp:0.63.8 + image: airbyte/webapp:1.8.5 container_name: airbyte-webapp restart: unless-stopped environment: @@ -132,13 +132,13 @@ services: - server airbyte-cron: - image: airbyte/cron:0.63.8 + image: airbyte/cron:1.8.5 container_name: airbyte-cron restart: unless-stopped depends_on: - bootloader environment: - - AIRBYTE_VERSION=0.63.8 + - AIRBYTE_VERSION=1.8.5 - DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte - DATABASE_USER=${DB_USER} - DATABASE_PASSWORD=${DB_PASSWORD} @@ -151,7 +151,7 @@ services: - shared_data_network airbyte-api-server: - image: airbyte/airbyte-api-server:0.63.8 + image: airbyte/airbyte-api-server:1.8.5 container_name: airbyte-api-server restart: unless-stopped depends_on: @@ -160,7 +160,7 @@ services: - shared_data_network airbyte-connector-builder-server: - image: airbyte/connector-builder-server:0.63.8 + image: airbyte/connector-builder-server:1.8.5 container_name: airbyte-connector-builder-server restart: unless-stopped depends_on: @@ -169,11 +169,11 @@ services: - shared_data_network airbyte-proxy: - image: airbyte/proxy:0.63.8 + image: airbyte/proxy:1.8.5 container_name: airbyte-proxy restart: unless-stopped ports: - - "8000:8000" + - "8030:8000" - "8001:8001" - "8003:8003" - "8006:8006"