Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-04-26 19:00:38 +00:00
parent 48f9177af5
commit 3ade8f7e41
7 changed files with 0 additions and 0 deletions
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v9.3.12
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE:-host}
ports:
- ${PANEL_APP_PORT_HTTP}:9898
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${PEERBANHELPER_ROOT_PATH}/app:/app/data
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai