|
@@ -1,4 +1,4 @@
|
1
|
|
-# Docker images of microservices-oriented application
|
|
1
|
+# Docker images of microservices-base application
|
2
|
2
|
This git is containing a **docker-compose.yml** file for deploying in docker images all utility services and all business services:
|
3
|
3
|
* utility services:
|
4
|
4
|
* a database service: ***microservices-db***
|
|
@@ -14,7 +14,7 @@ This git is containing a **docker-compose.yml** file for deploying in docker ima
|
14
|
14
|
* a microservice of managing companies: ***addressesclean-archi-business-service-company***
|
15
|
15
|
|
16
|
16
|
The backend(a spring boot microservices-base application) and the frontend (angular application) are located on the following git:
|
17
|
|
-- [backend-part and frontend-part)](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
|
|
17
|
+- [backend-part and frontend-part](https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular.git)
|
18
|
18
|
|
19
|
19
|
## Microservices configuration server
|
20
|
20
|
All services (utility services and business services) configiration files for config server are located on the following git:
|