This repository contains a Docker Compose setup for a Directus instance for the EMI sample handling. This setup is temporary (longer term solution is beeing built at https://github.com/earth-metabolome-initiative/emi-monorepo). To get started, follow the instructions below.
Before you begin, make sure you have the following prerequisites installed:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
git clone https://github.com/digital-botanical-gardens-initiative/Directus-prod.git
cd Directus-prodcp .env.example .env
vim .envdocker compose up -dNote: using the latest Directus image you might need to launch this command several time see directus/directus#20542
This command will start the necessary services, including the database and your application.
Once the deployment is complete, you can access your application by opening a web browser and navigating to http://localhost:8056 (or the appropriate URL as per your configuration).
To stop the application and remove the containers, run the following command:
docker compose downIf you would like to contribute to this project or report issues, please follow our contribution guidelines.
see LICENSE for details.