This repository contains Dockerized setup to run 6valley application locally using Docker and Docker Compose.
Before you begin, ensure that the following installed on your machine:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
To run the 6valley application in your local environment, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/moinulhossainmahim/6valley.git
cd 6valley
Build the Docker image using Docker Compose:
docker-compose build
Start the Docker containers:
docker-compose up
Once the containers are running, you can access the 6valley application at http://localhost:3000.
To stop the running Docker containers, press Ctrl + C
in your terminal and run the following command to remove the containers:
docker-compose down