diff --git a/README.md b/README.md index 6ba7b43..a01aff3 100644 --- a/README.md +++ b/README.md @@ -38,22 +38,22 @@ docker compose down ### Life without Docker Compose -![Life without Docker Compose](media/life-without-docker-compose.svg) +![Life without Docker Compose](media/life-without-docker-compose.png) ### Containers Architecture -![Containers Architecture](media/containers-architecture.svg) +![Containers Architecture](media/containers-architecture.png) ### Networking - docker-compose.yml -![Networking - docker-compose.yml](media/networking.svg) +![Networking - docker-compose.yml](media/networking.png) ### Networking - host network - docker-compose-local.yml -![Networking - host network - docker-compose-local.yml](media/networking-host-network.svg) +![Networking - host network - docker-compose-local.yml](media/networking-host-network.png) ### DCCT - Docker Compose Cloud Tester - [DCCT repository](https://gitlab.televendcloud.com/cloud/dc-cloud-tester) -![DCCT - Docker Compose Cloud Tester](media/dcct.svg) +![DCCT - Docker Compose Cloud Tester](media/dcct.png) diff --git a/media/containers-architecture.png b/media/containers-architecture.png new file mode 100644 index 0000000..9bea311 Binary files /dev/null and b/media/containers-architecture.png differ diff --git a/media/containers-architecture.svg b/media/containers-architecture.svg deleted file mode 100644 index d041c71..0000000 --- a/media/containers-architecture.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - Proxy Containerenvoy proxyFrontend Containernginxfrontend appstatic content(html, js, images)Database ContainerpostgresMachines Containermachines app/machines/machines/:machineId/machines/:machineId/productsProducts Containerproducts app 1/products/products/:productIdProducts Containerproducts app 2/products/products/:productIdtable:machinestable:products:8080:10000machines-app:4000products-app:4001products-app-1products-app-2/machines/productsdockerloadbalancer \ No newline at end of file diff --git a/media/dcct.png b/media/dcct.png new file mode 100644 index 0000000..d1d16c1 Binary files /dev/null and b/media/dcct.png differ diff --git a/media/dcct.svg b/media/dcct.svg deleted file mode 100644 index 8ade00a..0000000 --- a/media/dcct.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - Database ContainerpostgresRedis ContainerredisRabbitMQ ContainerrabbitApp Tester Containerrun-tester.shdocker-compose.yml- environment- settings- environmentCWAAdaptersMMSRoutesService configurationsPython 3.7AWS ECRDB ImagePython 3.10Python 3.11internal networkdb:5432redis:6379rabbitmq:5672run-dcct.sh \ No newline at end of file diff --git a/media/life-without-docker-compose.png b/media/life-without-docker-compose.png new file mode 100644 index 0000000..136cbd5 Binary files /dev/null and b/media/life-without-docker-compose.png differ diff --git a/media/life-without-docker-compose.svg b/media/life-without-docker-compose.svg deleted file mode 100644 index 2502844..0000000 --- a/media/life-without-docker-compose.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - network- docker network create- docker network connect machines-app- docker network connect products-appProductsapp- docker build- docker run- set environmentMachinesapp- docker build- docker run- set environmentFrontend app- docker build- docker run- set environment- publish portsDatabase- docker build- docker run- set environment \ No newline at end of file diff --git a/media/networking-host-network.png b/media/networking-host-network.png new file mode 100644 index 0000000..b46214a Binary files /dev/null and b/media/networking-host-network.png differ diff --git a/media/networking-host-network.svg b/media/networking-host-network.svg deleted file mode 100644 index 8f4286b..0000000 --- a/media/networking-host-network.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - Frontend/ nginxProxyMachinesappProductsDatabasemachines:4000products:4001db:5432proxy:10000host network:10000:80 \ No newline at end of file diff --git a/media/networking.png b/media/networking.png new file mode 100644 index 0000000..ac91066 Binary files /dev/null and b/media/networking.png differ diff --git a/media/networking.svg b/media/networking.svg deleted file mode 100644 index 17a6497..0000000 --- a/media/networking.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - Frontend/ nginxProxyMachinesappProductsapp 1Productsapp 2Databasefrontend-netbackend-netDockerload balancermachines:4000products:4001db:5432proxy:10000host network:10000:8080 \ No newline at end of file