dockerfile update

master
Tudor Stanciu 2023-01-21 16:50:20 +02:00
parent d2f61d568c
commit 460c7b0c23
2 changed files with 10 additions and 5 deletions

View File

@ -30,4 +30,9 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENV AUTHOR="Tudor Stanciu"
ENV Urls="http://*:80"
ARG APP_VERSION=0.0.0.0
ENV APP_VERSION=${APP_VERSION}
ENTRYPOINT ["dotnet", "Correo.dll"]

View File

@ -18,11 +18,11 @@
"TopicPrefix": "HomeLab.",
"Source": "Correo",
"Nats": {
"natsUrl": "nats://<host>:4222",
"cluster": "<cluster>",
"clientId": "Correo",
"qGroup": "Correo",
"durableName": "durable"
"NatsUrl": "nats://<host>:4222",
"Cluster": "<cluster>",
"ClientId": "Correo",
"QGroup": "Correo",
"DurableName": "durable"
}
},
"DefaultSender": {