Skip to content

communcom/settings-service

Repository files navigation

SETTINGS-SERVICE

Clone the repository

git clone https://github.com/communcom/settings-service.git
cd settings-service

Create .env file

cp .env.example .env

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml 

Run

docker-compose up -d --build