From a5f2975bcb3648dd34abee1189d74fca0f65bb52 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 15 Sep 2025 19:03:33 -0300 Subject: [PATCH] fix: porta do dotnet --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cc59a8d..50db713 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -145,7 +145,6 @@ jobs: docker run -d \ --name convertit-staging \ --restart unless-stopped \ - -p 8080:8080 \ --memory=1g \ --cpus=1.0 \ --health-cmd="curl -f http://localhost:8080/health || exit 1" \ @@ -154,7 +153,7 @@ jobs: --health-retries=3 \ --health-start-period=60s \ -e ASPNETCORE_ENVIRONMENT=Staging \ - -e ASPNETCORE_URLS="http://+:8080" \ + -e ASPNETCORE_URLS="http://+:8082" \ -e DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \ -e DOTNET_USE_POLLING_FILE_WATCHER=true \ -e DOTNET_EnableDiagnostics=0 \