SETTINGS-SERVICEClone the repositorygit clone https://github.com/communcom/settings-service.git cd settings-serviceCreate .env filecp .env.example .envCreate docker-compose filecp docker-compose.example.yml docker-compose.yml Rundocker-compose up -d --build