File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ This project exemplify the implementation and **dockerization** of a simple Razo
1010| ** WebMVC** |
1111|[](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/build-and-test.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/webmvc-docker-image.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/webmvc-docker-publish.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/codeql-analysis.yml) [](https://www.codacy.com/gh/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AntonioFalcao/Dotnet6.GraphQL4.WebApplication&utm_campaign=Badge_Grade) [](https://hub.docker.com/repository/docker/antoniofalcaojr/dotnet6-graphql4-webmvc)|
1212
13+ ** Oldest version** : Dotnet** 5** .GraphQL** 3** .WebApplication
14+
15+ | WebAPI| [ ![ ] ( https://img.shields.io/docker/pulls/antoniofalcaojr/dotnet5-graphql3-webapi?style=flat )] ( https://hub.docker.com/repository/docker/antoniofalcaojr/dotnet5-graphql3-webapi ) |
16+ | :----:| --- |
17+ | ** WebMVC** | [ ![ ] ( https://img.shields.io/docker/pulls/antoniofalcaojr/dotnet5-graphql3-webmvc?style=flat )] ( https://hub.docker.com/repository/docker/antoniofalcaojr/dotnet5-graphql3-webmvc ) |
18+
19+
1320![ home] ( ./.assets/img/home.PNG )
1421
1522## Environment configuration
@@ -310,7 +317,7 @@ services:
310317
311318 webapi:
312319 container_name: webapi
313- image: antoniofalcaojr/Dotnet6-GraphQL4 -webapi
320+ image: antoniofalcaojr/dotnet6-graphql4 -webapi
314321 environment:
315322 - ASPNETCORE_URLS=http://*:5000
316323 ports:
@@ -323,7 +330,7 @@ services:
323330
324331 webmvc:
325332 container_name: webmvc
326- image: antoniofalcaojr/Dotnet6-GraphQL4 -webmvc
333+ image: antoniofalcaojr/dotnet6-graphql4 -webmvc
327334 environment:
328335 - ASPNETCORE_URLS=http://*:7000
329336 ports:
You can’t perform that action at this time.
0 commit comments