1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -1,26 +1,28 @@
services:
wukongim:
container_name: ${CONTAINER_NAME}
image: "wukongim/wukongim:v1.2.6"
restart: always
ports:
- "${PANEL_APP_PORT_WK_API}:5001"
- "${PANEL_APP_PORT_WK_TCP}:5100"
- "${PANEL_APP_PORT_WK_WS}:5200"
- "${PANEL_APP_PORT_HTTP}: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_WEBHOOK_GRPCADDR=tangsengdaodaoserver:6979
- WK_DATASOURCE_ADDR=http://tangsengdaodaoserver:8090/v1/datasource
- WK_DATASOURCE_CHANNELINFOON=true
- WK_TOKENAUTHON=true
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
services:
wukongim:
image: wukongim/wukongim:v1.2.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5300
- ${PANEL_APP_PORT_WK_API}:5001
- ${PANEL_APP_PORT_WK_TCP}:5100
- ${PANEL_APP_PORT_WK_WS}:5200
- ${PANEL_APP_PORT_WK_DEMO_SERVER}:5172
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${WUKONGIM_ROOT_PATH}/wukongim:/root/wukongim
environment:
- WK_MODE=release