mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-10 16:05:56 +08:00
27 lines
703 B
YAML
27 lines
703 B
YAML
version: '1.1.8'
|
|
services:
|
|
wukongim:
|
|
image: registry.cn-shanghai.aliyuncs.com/wukongim/wukongim:v1.1.8
|
|
restart: always
|
|
ports:
|
|
- "${PANEL_APP_PORT_WK_API}:5001"
|
|
- "${PANEL_APP_PORT_WK_TCP}:5100"
|
|
- "${PANEL_APP_PORT_WK_WS}:5200"
|
|
- "${PANEL_APP_PORT_WK_WEB_SERVER}:5300"
|
|
- "${PANEL_APP_PORT_WK_DEMO_SERVER}:5172"
|
|
volumes:
|
|
- ./wukongim:/root/wukongim
|
|
environment:
|
|
- WK_MODE=release
|
|
- WK_EXTERNAL_IP=${EXTERNAL_IP}
|
|
- WK_CONVERSATION_ON=true
|
|
- WK_DATASOURCE_CHANNELINFOON=true
|
|
- WK_TOKENAUTHON=true
|
|
networks:
|
|
- 1panel-network
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|