|
@@ -1,6 +1,17 @@
|
1
|
|
-#déploiement
|
2
|
|
-Fichier **docker-compose** pour le déploiement de la partie backend de l'application fullstask dans git:
|
3
|
|
-- [fullstack application](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
|
4
|
|
-## spring cloud config server
|
5
|
|
-Les fichiers de configurations pour le server de configiration cloud dans le git:
|
6
|
|
-- [configuration files] (https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git)
|
|
1
|
+# deployment microservices-oriented application in docker images
|
|
2
|
+This git is containing a **docker-compose.yml** file for deploying in docker images all utility services:
|
|
3
|
+ * microservices-config-service
|
|
4
|
+ * micoservices-registration-service
|
|
5
|
+ * backend-frontend-gateway-service
|
|
6
|
+And all business services:
|
|
7
|
+* clean-archi-business-service-address
|
|
8
|
+* clean-archi-business-service-employee
|
|
9
|
+* clean-archi-business-service-project
|
|
10
|
+* clean-archi-business-service-company
|
|
11
|
+
|
|
12
|
+The backend(spring boot application) and frontend (angular application) of microservices-oriented application is located on the following git:
|
|
13
|
+- [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
|
|
14
|
+
|
|
15
|
+## microservices configuration server
|
|
16
|
+All services (utility services and business services) configiration files for config server are located on the following git:
|
|
17
|
+- [services configuration files] (https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git)
|