Merge pull request #80 from EKKOLearnAI/dev
fix: workflow trigger and server data volume mapping
This commit is contained in:
@@ -5,8 +5,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev-custom # 如果你新建了分支,确保你的分支名在这里
|
|
||||||
- my-custom # 替换为你实际使用的分支名
|
|
||||||
workflow_dispatch: # 允许在 GitHub 网页端手动点击按钮触发
|
workflow_dispatch: # 允许在 GitHub 网页端手动点击按钮触发
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ services:
|
|||||||
- "${PORT:-6060}:${PORT:-6060}"
|
- "${PORT:-6060}:${PORT:-6060}"
|
||||||
volumes:
|
volumes:
|
||||||
- ${HERMES_DATA_DIR:-./hermes_data}:/home/agent/.hermes
|
- ${HERMES_DATA_DIR:-./hermes_data}:/home/agent/.hermes
|
||||||
|
- ${HERMES_DATA_DIR:-./hermes_data}/hermes-web-ui-data:/app/dist/data
|
||||||
- hermes-agent-src:/opt/hermes
|
- hermes-agent-src:/opt/hermes
|
||||||
environment:
|
environment:
|
||||||
- PORT=${PORT:-6060}
|
- PORT=${PORT:-6060}
|
||||||
|
|||||||
Reference in New Issue
Block a user