Replies: 2 comments
-
What does it mean if Azure will remove Compose support? How is Azure expecting you to run containerized applications instead? We've focused on Compose because it is the most accessible, and offers a minimum setup that should be transferable to other setups easily. But there is nothing Compose-specific that is required to run DT. I'd expect Azure to still offer you a way to pass environment variables, attach persistent volumes, and expose ports. Is that not the case? |
Beta Was this translation helpful? Give feedback.
-
Im not sure if Azure is removing it fully, but their Web App service is ending compose preview support. They have somthing called Sidecar but im not sure if that compatible with compose "Docker Compose public preview feature for Azure App Service will be retired on 31 March 2027 - Replace with sidecar container in Azure App Service" Im yet to transition to non compose but I don't know what the command line syntax alternative will be to pass the variables. I have been doing some research and I have potentially found the following commands that im going to try in a local Linux vm. "docker volume create dependency-track" |
Beta Was this translation helpful? Give feedback.
-
Hello, We are running Dependency Track in an Azure Web Ap using docker compose. It looks like when we deployed this compose was a preview feature that now has been removed in Azure. We will need to move aware from compose soon. There is a lot of configs in the compose file that will need passing via the command line. Do you have a guide or some information to help with this transition to move away from compose?
The DP website really only focuses on compose and not much information is given about not using compose.
Some other information about our setup.
We are also using the OpenID Connect authentication for DP, is this supported in a non compose installation?
We also split the 2 services front end and API into 2 different containers for better control over resources.
We also using PostgreSQL database
Any information will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions