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
The eCR Viewer stack will need a Compose file that pulls together all services, with VM-specific ports, along with enough extra goodies to keep the services running with little-to-no maintenance. We want as much stuff in Docker as we can have.
Action requested
Create a Compose file that will be used as part of the VM CI/CD process to pre-install the Docker environment for the DIBBs stack.
Acceptance Criteria
Compose file created
Ports are unique/non-conflicting
Networking is set up to allow ports to be exposed over a network, instead of simply internal to the VM
Proper automatic restart policy should be included
Additional context
Consider the addition of a tool like Portainer for the easy graphical management of DIBBs containers. This would be great for debugging and implementation purposes.
The text was updated successfully, but these errors were encountered:
Background
The eCR Viewer stack will need a Compose file that pulls together all services, with VM-specific ports, along with enough extra goodies to keep the services running with little-to-no maintenance. We want as much stuff in Docker as we can have.
Action requested
Create a Compose file that will be used as part of the VM CI/CD process to pre-install the Docker environment for the DIBBs stack.
Acceptance Criteria
Additional context
Consider the addition of a tool like Portainer for the easy graphical management of DIBBs containers. This would be great for debugging and implementation purposes.
The text was updated successfully, but these errors were encountered: