avast/gradle-docker-compose-plugin

Use the same naming convention for services, volumes and networks

Aberta

#441 aberto em 13 de mai. de 2024

 (1 comentário) (0 reação) (0 responsável)Groovy (103 forks)batch import
help wanted

Métricas do repositório

Stars
 (429 estrelas)
Métricas de merge de PR
 (Mesclagem média 24d 11h) (2 fundiu PRs em 30d)

Description

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.

Guia do colaborador