Skip to content

Commit

Permalink
Added the Factory condor port to the export list so it is visible for…
Browse files Browse the repository at this point in the history
… external Frontends or DEs

Added also 443 to the Factory and Frontend EXPOSE list
  • Loading branch information
mambelli committed Aug 7, 2024
1 parent 3e77444 commit 83e5fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions workspaces/compose-wports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- 35000:5000
- 30080:80
- 30443:443
- 39618:9618

frontend-workspace:
extends:
Expand Down
2 changes: 1 addition & 1 deletion workspaces/factory-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL name="Devcontainer for the GlideinWMS Factory on EL7/9" \
org.opencontainers.image.created="$BUILD_DATE"\
org.glideinwms.image.version="$GWMS_VERSION"
# Declaring ports: webserver, htcondor(shared port)
EXPOSE 80 9618
EXPOSE 80 443 9618

RUN echo "Building Factory dev image ($BUILD_SHA/$BUILD_DATE) on $BUILDPLATFORM, for $TARGETPLATFORM"

Expand Down
2 changes: 1 addition & 1 deletion workspaces/frontend-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL name="Devcontainer for the GlideinWMS Frontend on EL7/9" \
org.opencontainers.image.created="$BUILD_DATE" \
org.glideinwms.image.version="$GWMS_VERSION"
# Declaring ports: webserver, htcondor(shared port)
EXPOSE 80 9618
EXPOSE 80 443 9618

RUN echo "Building Frontend dev image ($BUILD_SHA/$BUILD_DATE) on $BUILDPLATFORM, for $TARGETPLATFORM"

Expand Down

0 comments on commit 83e5fde

Please sign in to comment.