mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05: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
|
||||
|
||||
|
||||
ENV PORT 8080
|
||||
ENV HOST=0.0.0.0
|
||||
ENV HTTPS_ENABLED false
|
||||
@@ -122,6 +123,7 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
|
||||
CMD node healthcheck.js
|
||||
|
||||
EXPOSE 8080
|
||||
EXPOSE 443
|
||||
|
||||
USER non-root-user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user