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 WORKDIR /app
COPY --from=publish /app/publish . 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"] ENTRYPOINT ["dotnet", "Correo.dll"]

View File

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