This project contains a Docker Compose configuration to run the whole DocManageSystem.
- Docker Engine: Make sure you have Docker Engine installed on your machine. You can download and install Docker from the official website: https://www.docker.com/get-docker
- Clone the repository:
git clone --recursive https://github.com/cloud-native-documentation/documentation-deployment
- Navigate to the project directory:
cd documentation-deployment
- Build the Docker images and start the containers:
docker-compose up --build -d
The Docker Compose configuration may include environment variables or other configuration options. You can modify these settings by updating the .env file or the relevant environment variables in the docker-compose.yml file.
To stop and remove the Docker containers created by the Compose configuration, you can run the following command:
docker-compose down