补充 Docker 配置与登录页品牌修改
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user