From dfcdc70e69ee4b5baf9d2dd6d5adf72c06f97a61 Mon Sep 17 00:00:00 2001 From: henrik Date: Wed, 13 Nov 2024 17:42:42 +0100 Subject: [PATCH] chore: Minor infra cleanup --- Pushy/Pushy.Client/Pushy.Client.csproj | 6 ------ Pushy/Pushy/Dockerfile | 3 +-- Pushy/Pushy/Pushy.csproj | 1 + Pushy/Pushy/appsettings.json | 5 +---- 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Pushy/Pushy.Client/Pushy.Client.csproj b/Pushy/Pushy.Client/Pushy.Client.csproj index 99e0ba3..b9d7c6f 100644 --- a/Pushy/Pushy.Client/Pushy.Client.csproj +++ b/Pushy/Pushy.Client/Pushy.Client.csproj @@ -14,10 +14,4 @@ - - - .dockerignore - - - diff --git a/Pushy/Pushy/Dockerfile b/Pushy/Pushy/Dockerfile index b9190af..5e83cd2 100644 --- a/Pushy/Pushy/Dockerfile +++ b/Pushy/Pushy/Dockerfile @@ -1,8 +1,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER $APP_UID WORKDIR /app -EXPOSE 8080 -EXPOSE 8081 +EXPOSE 80 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG BUILD_CONFIGURATION=Release diff --git a/Pushy/Pushy/Pushy.csproj b/Pushy/Pushy/Pushy.csproj index c277bb0..9c54b40 100644 --- a/Pushy/Pushy/Pushy.csproj +++ b/Pushy/Pushy/Pushy.csproj @@ -6,6 +6,7 @@ enable Linux 13 + d8fe2296-80f7-4812-b26a-ccaa6167a6e1 diff --git a/Pushy/Pushy/appsettings.json b/Pushy/Pushy/appsettings.json index 9dc3af0..10f68b8 100644 --- a/Pushy/Pushy/appsettings.json +++ b/Pushy/Pushy/appsettings.json @@ -5,8 +5,5 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*", - "ConnectionStrings": { - "Valkey": "192.168.1.95:6379" - } + "AllowedHosts": "*" }