dockerfile update
parent
d2f61d568c
commit
460c7b0c23
|
@ -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"]
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue