avast/gradle-docker-compose-plugin
Use the same naming convention for services, volumes and networks
Aperta
#441 aperta il 13 mag 2024
help wanted
Metriche repository
- Star
- (429 stelle)
- Metriche merge PR
- (Merge medio 24g 11h) (2 PR mergiate in 30 g)
Descrizione
Hi all, It's just an advice. I've noticed that the naming convention is different between services and volumes. the services are named using hyphen (ex. {projectName}-{serviceName}) while volumes and networks are using underscore.
IMHO it's better to use the same, hyphen is much better.