You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of a solution to #1089, we need to host Nexus on a service that allows for exposing multiple custom ports. Currently App Service only allows one which is already consumed by Nexus' standard traffic over port 8081.
We need to move the Nexus container to be hosted by a VM:
Update the Terraform for the Nexus shared service to deploy a Linux VM
Use a cloudinit script to install necessary dependencies (i.e. Docker engine)
Also use this script to start the Nexus container and expose the port
Modify any related networking components to allow traffic to and from Nexus
The text was updated successfully, but these errors were encountered:
As part of a solution to #1089, we need to host Nexus on a service that allows for exposing multiple custom ports. Currently App Service only allows one which is already consumed by Nexus' standard traffic over port 8081.
We need to move the Nexus container to be hosted by a VM:
The text was updated successfully, but these errors were encountered: