mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add 443 port to docker
This commit is contained in:
committed by
Akhil Mohan
parent
01cd496afe
commit
464b80140f
@@ -108,6 +108,7 @@ COPY --from=backend-runner /app/dist/services/smtp/templates /backend-pg/dist/te
|
|||||||
|
|
||||||
COPY --from=frontend-runner /app ./backend-pg/frontend-build
|
COPY --from=frontend-runner /app ./backend-pg/frontend-build
|
||||||
|
|
||||||
|
|
||||||
ENV PORT 8080
|
ENV PORT 8080
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV HTTPS_ENABLED false
|
ENV HTTPS_ENABLED false
|
||||||
@@ -122,6 +123,7 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
|
|||||||
CMD node healthcheck.js
|
CMD node healthcheck.js
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
USER non-root-user
|
USER non-root-user
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user