fix: porta do dotnet
Some checks failed
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
42f709b0e5
commit
a5f2975bcb
@ -145,7 +145,6 @@ jobs:
|
|||||||
docker run -d \
|
docker run -d \
|
||||||
--name convertit-staging \
|
--name convertit-staging \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
-p 8080:8080 \
|
|
||||||
--memory=1g \
|
--memory=1g \
|
||||||
--cpus=1.0 \
|
--cpus=1.0 \
|
||||||
--health-cmd="curl -f http://localhost:8080/health || exit 1" \
|
--health-cmd="curl -f http://localhost:8080/health || exit 1" \
|
||||||
@ -154,7 +153,7 @@ jobs:
|
|||||||
--health-retries=3 \
|
--health-retries=3 \
|
||||||
--health-start-period=60s \
|
--health-start-period=60s \
|
||||||
-e ASPNETCORE_ENVIRONMENT=Staging \
|
-e ASPNETCORE_ENVIRONMENT=Staging \
|
||||||
-e ASPNETCORE_URLS="http://+:8080" \
|
-e ASPNETCORE_URLS="http://+:8082" \
|
||||||
-e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
|
-e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
|
||||||
-e DOTNET_USE_POLLING_FILE_WATCHER=true \
|
-e DOTNET_USE_POLLING_FILE_WATCHER=true \
|
||||||
-e DOTNET_EnableDiagnostics=0 \
|
-e DOTNET_EnableDiagnostics=0 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user