@Alper Kose
You can use the same image or application with a customized Environment Variable that defines the queue name. You will need to update the image or application to read this Environment Variable instead of using a fixed queue name. Then, for each service, you can simply set or change the queue name Environment Variable as needed when you deploy it. This will eliminate the need for individual administration for each app in the future, so when you update any app, all of them will just use the new image and the same Environment Variable mechanism.
Refer to Environment variable in Azure container apps : https://learn.microsoft.com/en-us/azure/container-apps/environment-variables?tabs=portal