mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
api dockerfile update
This commit is contained in:
parent
9d3ca45427
commit
fc4452045a
@ -30,6 +30,7 @@ COPY --from=publish /app/publish .
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
|
||||
#Workaround to lower the TLS level in container for old sql server version
|
||||
RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf
|
||||
|
@ -28,6 +28,7 @@ COPY --from=publish /app/publish .
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***REMOVED***/"
|
||||
|
||||
#Workaround to lower the TLS level in container for old sql server version
|
||||
RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf
|
||||
|
Loading…
x
Reference in New Issue
Block a user