File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 context : .
3333 file : ./src/Dotnet6.GraphQL4.Store.WebAPI/Dockerfile
3434 push : true
35- tags : antoniofalcaojr/dotnet5-graphql3 -webapi:latest
35+ tags : antoniofalcaojr/dotnet6-graphql4 -webapi:latest
Original file line number Diff line number Diff line change 3131 context : .
3232 file : ./src/Dotnet6.GraphQL4.Store.WebMVC/Dockerfile
3333 push : true
34- tags : antoniofalcaojr/dotnet5-graphql3 -webmvc:latest
34+ tags : antoniofalcaojr/dotnet6-graphql4 -webmvc:latest
Original file line number Diff line number Diff line change @@ -6,9 +6,16 @@ This project exemplify the implementation and **dockerization** of a simple Razo
66
77| WebAPI|
88| :----:|
9- |[](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/build-and-test.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/build-and-test.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/webapi-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-webapi)|
9+ |[](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/build-and-test.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/build-and-test.yml) [](https://github.com/AntonioFalcao/Dotnet6.GraphQL4.WebApplication/actions/workflows/webapi-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-webapi)|
1010| ** WebMVC** |
11- |[](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)|
11+ |[](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)|
12+
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+
1219
1320![ home] ( ./.assets/img/home.PNG )
1421
@@ -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