feat: prepare metadata docker cli with 0.11.4 (#6490)

This commit is contained in:
Akash Jain 2022-08-02 00:57:09 +05:30 committed by GitHub
parent 11276986e4
commit cac59328d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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