avast/gradle-docker-compose-plugin

Use the same naming convention for services, volumes and networks

Offen

#441 geöffnet am 13.05.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Groovy (103 Forks)batch import
help wanted

Repository-Metriken

Stars
 (429 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 11h) (2 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide