avast/gradle-docker-compose-plugin

Use the same naming convention for services, volumes and networks

开放

#441 创建于 2024年5月13日

 (1 条评论) (0 个反应) (0 位负责人)Groovy (103 个派生)batch import
help wanted

仓库指标

星标
 (429 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 2 个 PR)

描述

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.

贡献者指南