update airbyte version and port
This commit is contained in:
@@ -38,9 +38,9 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
###0.63.8
|
||||||
airbyte-temporal:
|
airbyte-temporal:
|
||||||
image: airbyte/temporal:0.63.8
|
image: airbyte/temporal:1.8.5
|
||||||
container_name: airbyte-temporal
|
container_name: airbyte-temporal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -55,11 +55,11 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
bootloader:
|
bootloader:
|
||||||
image: airbyte/bootloader:0.63.8
|
image: airbyte/bootloader:1.8.5
|
||||||
container_name: airbyte-bootloader
|
container_name: airbyte-bootloader
|
||||||
restart: "no"
|
restart: "no"
|
||||||
environment:
|
environment:
|
||||||
- AIRBYTE_VERSION=0.63.8
|
- AIRBYTE_VERSION=1.8.5
|
||||||
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
||||||
- DATABASE_USER=${DB_USER}
|
- DATABASE_USER=${DB_USER}
|
||||||
- DATABASE_PASSWORD=${DB_PASSWORD}
|
- DATABASE_PASSWORD=${DB_PASSWORD}
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: airbyte/worker:0.63.8
|
image: airbyte/worker:1.8.5
|
||||||
container_name: airbyte-worker
|
container_name: airbyte-worker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -76,7 +76,7 @@ services:
|
|||||||
- airbyte-temporal
|
- airbyte-temporal
|
||||||
- bootloader
|
- bootloader
|
||||||
environment:
|
environment:
|
||||||
- AIRBYTE_VERSION=0.63.8
|
- AIRBYTE_VERSION=1.8.5
|
||||||
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
||||||
- DATABASE_USER=${DB_USER}
|
- DATABASE_USER=${DB_USER}
|
||||||
- DATABASE_PASSWORD=${DB_PASSWORD}
|
- DATABASE_PASSWORD=${DB_PASSWORD}
|
||||||
@@ -95,14 +95,14 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: airbyte/server:0.63.8
|
image: airbyte/server:1.8.5
|
||||||
container_name: airbyte-server
|
container_name: airbyte-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- airbyte-temporal
|
- airbyte-temporal
|
||||||
- bootloader
|
- bootloader
|
||||||
environment:
|
environment:
|
||||||
- AIRBYTE_VERSION=0.63.8
|
- AIRBYTE_VERSION=1.8.5
|
||||||
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
||||||
- DATABASE_USER=${DB_USER}
|
- DATABASE_USER=${DB_USER}
|
||||||
- DATABASE_PASSWORD=${DB_PASSWORD}
|
- DATABASE_PASSWORD=${DB_PASSWORD}
|
||||||
@@ -121,7 +121,7 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
webapp:
|
webapp:
|
||||||
image: airbyte/webapp:0.63.8
|
image: airbyte/webapp:1.8.5
|
||||||
container_name: airbyte-webapp
|
container_name: airbyte-webapp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -132,13 +132,13 @@ services:
|
|||||||
- server
|
- server
|
||||||
|
|
||||||
airbyte-cron:
|
airbyte-cron:
|
||||||
image: airbyte/cron:0.63.8
|
image: airbyte/cron:1.8.5
|
||||||
container_name: airbyte-cron
|
container_name: airbyte-cron
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- bootloader
|
- bootloader
|
||||||
environment:
|
environment:
|
||||||
- AIRBYTE_VERSION=0.63.8
|
- AIRBYTE_VERSION=1.8.5
|
||||||
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
- DATABASE_URL=jdbc:postgresql://${DB_HOST}:${DB_PORT}/airbyte
|
||||||
- DATABASE_USER=${DB_USER}
|
- DATABASE_USER=${DB_USER}
|
||||||
- DATABASE_PASSWORD=${DB_PASSWORD}
|
- DATABASE_PASSWORD=${DB_PASSWORD}
|
||||||
@@ -151,7 +151,7 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
airbyte-api-server:
|
airbyte-api-server:
|
||||||
image: airbyte/airbyte-api-server:0.63.8
|
image: airbyte/airbyte-api-server:1.8.5
|
||||||
container_name: airbyte-api-server
|
container_name: airbyte-api-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -160,7 +160,7 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
airbyte-connector-builder-server:
|
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
|
container_name: airbyte-connector-builder-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -169,11 +169,11 @@ services:
|
|||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
|
||||||
airbyte-proxy:
|
airbyte-proxy:
|
||||||
image: airbyte/proxy:0.63.8
|
image: airbyte/proxy:1.8.5
|
||||||
container_name: airbyte-proxy
|
container_name: airbyte-proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8030:8000"
|
||||||
- "8001:8001"
|
- "8001:8001"
|
||||||
- "8003:8003"
|
- "8003:8003"
|
||||||
- "8006:8006"
|
- "8006:8006"
|
||||||
|
|||||||
Reference in New Issue
Block a user