1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-05 22:00:22 +08:00
2025-07-12 06:32:28 +00:00

24 lines
551 B
YAML

networks:
1panel-network:
external: true
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v8.0.3
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