Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 344 Bytes

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