Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-04-05 22:26:20 +00:00
parent 4c01363f21
commit 357600953d
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
beszel-agent:
image: henrygd/beszel-agent:0.18.7
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE:-host}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=Asia/Shanghai
- LOG_LEVEL=info
- PORT=${PANEL_APP_PORT_HTTP:-45876}