feat: Prepare metadata docker cli with 0.11.5 release (#6900)

This commit is contained in:
Akash Jain 2022-08-24 16:43:14 +05:30 committed by GitHub
parent b2cf8993a2
commit e987cb878e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ volumes:
services:
mysql:
container_name: openmetadata_mysql
image: openmetadata/db:0.11.4
image: openmetadata/db:0.11.5
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
@ -44,7 +44,7 @@ services:
openmetadata-server:
container_name: openmetadata_server
restart: always
image: openmetadata/server:0.11.4
image: openmetadata/server:0.11.5
environment:
ELASTICSEARCH_HOST: elasticsearch
# OpenMetadata Server Authentication Configuration
@ -108,7 +108,7 @@ services:
ingestion:
container_name: openmetadata_ingestion
image: openmetadata/ingestion:0.11.4
image: openmetadata/ingestion:0.11.5
depends_on:
- mysql
expose: