From 7a3db7c9b2e398b4438f7ec7e6d6308006c21757 Mon Sep 17 00:00:00 2001 From: Bas Kloosterman Date: Thu, 8 Jun 2023 16:21:54 +0200 Subject: [PATCH] Update Dockerfiles to reflect exposed ports --- Dockerfile.dvza | 3 +++ Dockerfile.his | 3 +++ Dockerfile.wbx | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Dockerfile.dvza b/Dockerfile.dvza index a3ac1b4..75360aa 100644 --- a/Dockerfile.dvza +++ b/Dockerfile.dvza @@ -36,5 +36,8 @@ COPY ./dvzaservice/templates /templates COPY --from=build /app/bin/dvza ./dvza COPY --from=build /app/dvzaservice/assets ./assets +EXPOSE 9095 +EXPOSE 9999 + # > "logs/$(date +'%Y%m%d_%H%M').log" 2>&1 ENTRYPOINT ["/dvza"] \ No newline at end of file diff --git a/Dockerfile.his b/Dockerfile.his index ab7e4bc..a0f526a 100644 --- a/Dockerfile.his +++ b/Dockerfile.his @@ -37,5 +37,8 @@ COPY ./his/patients /patients COPY --from=build /app/bin/his ./his COPY --from=build /app/his/assets ./assets +EXPOSE 8083 +EXPOSE 8084 + # > "logs/$(date +'%Y%m%d_%H%M').log" 2>&1 ENTRYPOINT ["/his"] \ No newline at end of file diff --git a/Dockerfile.wbx b/Dockerfile.wbx index c62bfc2..a2cd9a5 100644 --- a/Dockerfile.wbx +++ b/Dockerfile.wbx @@ -37,5 +37,8 @@ COPY ./whiteboxservice/bin/amd64 /wbxbin COPY --from=build /app/bin/wbx ./wbx COPY --from=build /app/whiteboxservice/assets ./assets +EXPOSE 8085 +EXPOSE 8888 + # > "logs/$(date +'%Y%m%d_%H%M').log" 2>&1 ENTRYPOINT ["/wbx"] \ No newline at end of file