When running instance today, it uses the default naming from Ozone for volumes and containers. For examples:
Volumes: Name
Ozon-mysql-data
Ozon-config
Containers
ozon-substitution-1
The objective of this is to modify the Ozone build and Docker Compose files to add "xyz " to volumes and containers to clearly identify them as part of the xyz project . Your help is much appreciated.
Thanks @deanayalon for your immediate response, unfortunately this docker compose file is generated by pom.xml, so its not straight forward, Am still abit perplexed of how to come over this.
If you generate compose projects or run containers from a Java application, your question would be better on a Java community forum, but if you understand the pom file, @deanayalonās answer should help you to implement it. As I see the pom file uses regular expressions to find where some parts should be added.