1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-12 09:02:30 +08:00
pooneyy 48d32d61a7
feat(wechat-selkies): add wechat-selkies application version 0.0.5
- add data.yml with form fields for port, config path, username and password configuration
- add docker-compose.yml with wechat-selkies service configuration and network setup
- add README.md with Chinese documentation including features and upgrade notes
- add README_en.md with English documentation and project overview
- add main data.yml with application metadata and architecture support
- add logo.png for application branding

📝 docs(wechat-selkies): add comprehensive documentation

- provide detailed project description and browser access requirements
- include upgrade instructions and feature highlights
- support both Chinese and English documentation versions
2025-10-26 12:44:34 +08:00

27 lines
626 B
YAML

services:
wechat-selkies:
image: nickrunning/wechat-selkies:0.0.5
container_name: wechat-selkies
volumes:
- ${CONFIG_PATH}:/config
# devices:
# - /dev/dri:/dev/dri # optional, for hardware acceleration
ports:
- ${PANEL_APP_PORT_HTTP}:3001
restart: always
environment:
- PUID=1000
- PGID=100
- LC_ALL=zh_CN.UTF-8
- AUTO_START_WECHAT=true
- AUTO_START_QQ=false
- CUSTOM_USER=${PANEL_USER}
- PASSWORD=${PANEL_PASSWORD}
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true