mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 16:01:04 +00:00
24 lines
564 B
YAML
Executable File
24 lines
564 B
YAML
Executable File
services:
|
|
hermes-dashboard:
|
|
image: "nousresearch/hermes-agent:latest"
|
|
container_name: "${CONTAINER_NAME}"
|
|
command: ${DASHBOARD_RUN_COMMAND}
|
|
environment:
|
|
- TZ=${TZ}
|
|
- HERMES_UID=${HERMES_UID:-10000}
|
|
- HERMES_GID=${HERMES_GID:-10000}
|
|
- GATEWAY_HEALTH_URL=${GATEWAY_HEALTH_URL}
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:9119"
|
|
volumes:
|
|
- "${APP_DATA_DIR}:/opt/data"
|
|
restart: unless-stopped
|
|
networks:
|
|
- 1panel-network
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|