refactor: 统一 Docker 服务命名规范,全小写横杠分隔

This commit is contained in:
fish
2026-03-28 18:28:01 +08:00
parent 9aef457ce9
commit 075a0d2441
6 changed files with 1302 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ http {
keepalive_timeout 65;
upstream gateway {
server gateway:8080;
server asset-helper-gateway:8080;
}
server {