补充 Docker 配置与登录页品牌修改

This commit is contained in:
新觅源码库
2026-06-02 06:07:58 +00:00
parent f10cd4cd9a
commit a7c6f47c12
6 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
services:
hermes-webui:
xinmi-hermes-ui:
build:
context: .
dockerfile: Dockerfile
image: ${WEBUI_IMAGE:-hermes-web-ui-local:latest}
container_name: ${WEBUI_CONTAINER_NAME:-hermes-webui}
image: ${WEBUI_IMAGE:-xinmi-hermes-ui:latest}
container_name: ${WEBUI_CONTAINER_NAME:-xinmi-hermes-ui}
ports:
- "${PORT:-6060}:${PORT:-6060}"
- "${PREVIEW_FRONTEND_PORT:-8651}:8651"