mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
[Fix Doc] Updating Docker Deployment Doc with the prerequisites (#12214)
* [Fix Docs] Updating Docker Deployment Doc with the prerequisites * [Fix Docs] Updating Docker Deployment Doc with the prerequisites --------- Co-authored-by: Dhruvin Maniar <dhruvinmaniar@Dhruvins-MacBook-Pro.local>
This commit is contained in:
parent
72bb254342
commit
9806a91f4d
@ -149,6 +149,14 @@ If you are planning on going to PROD, we recommend to validate below points:
|
||||
- OpenMetadata-Server require the minimum configuration of 2vCPU and 6Memory (GiB)
|
||||
- OpenMetadata-Ingestion require the minimum configuration of 2vCPU and 8Memory (GiB)
|
||||
- We also recommend to bind Docker Volumes for data persistence. Minimum disk space required would be 128 Gib. Learn how to do so [here](/deployment/docker/volumes).
|
||||
|
||||
{% note noteType="Warning" %}
|
||||
|
||||
- When setting up environment file if your custom password includes any special characters then make sure to follow the steps [here](https://github.com/open-metadata/OpenMetadata/issues/12110#issuecomment-1611341650).
|
||||
|
||||
{% /note %}
|
||||
|
||||
|
||||
### Steps for Deploying Ingestion
|
||||
- Download the docker-compose.yml file from the release page [here](https://github.com/open-metadata/OpenMetadata/releases).
|
||||
- Update the environment variables below for OpenMetadata-Ingestion Docker Compose backed systems to connect with Database.
|
||||
@ -166,6 +174,7 @@ Once the environment variables values with the RDS are updated then provide this
|
||||
```
|
||||
docker compose --env-file ./config/.env.prod up -d openmetadata_ingestion
|
||||
```
|
||||
|
||||
### Steps for Deploying OpenMetadata-Server
|
||||
- Download the docker-compose.yml file from the release page [here](https://github.com/open-metadata/OpenMetadata/releases).
|
||||
- Update the environment variables below for OpenMetadata-Ingestion Docker Compose backed systems to connect with Database and ElasticSearch and Ingestion.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user