Download Docker Compose Files from GitHub Releases
Download the Docker Compose files from the Latest GitHub Releases.
The Docker compose file name will be docker-compose-openmetadata.yml.
This docker compose file contains only the docker compose services for OpenMetadata Server. Bring up the dependencies as mentioned in the prerequisites section.
You can also run the below command to fetch the docker compose file directly from the terminal
$wget https://github.com/open-metadata/OpenMetadata/releases/download/1.11.6-release/docker-compose-openmetadata.yml

No Comments