Compare commits
1
Commits
main
..
43c9b15a96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43c9b15a96 |
@@ -1,12 +0,0 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
+1
-1
@@ -88,7 +88,7 @@ USER hermes
|
||||
EXPOSE 8787
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
|
||||
CMD ["curl", "-f", "http://localhost:8787/health"]
|
||||
CMD curl -f http://localhost:8787/health || exit 1
|
||||
|
||||
# Run the WebUI server (which runs Hermes Agent in-process)
|
||||
CMD ["python", "/app/server.py"]
|
||||
|
||||
Reference in New Issue
Block a user