mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-19 03:17:11 +08:00
feat(craft-agents): 升级 craft-agents 到 0.8.6 版本
删除 0.8.5 版本相关文件并添加 0.8.6 版本配置 更新 docker-compose 配置和国际化表单字段
This commit is contained in:
28
apps/craft-agents/0.8.6/docker-compose.yml
Normal file
28
apps/craft-agents/0.8.6/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
craft-agents:
|
||||
image: ghcr.io/lukilabs/craft-agents-server:0.8.6
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9100"
|
||||
volumes:
|
||||
- craft-agents-data:/home/craftagents/.craft-agent
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- CRAFT_SERVER_TOKEN=${CRAFT_SERVER_TOKEN}
|
||||
- CRAFT_RPC_HOST=0.0.0.0
|
||||
command:
|
||||
- bun
|
||||
- run
|
||||
- packages/server/src/index.ts
|
||||
- --allow-insecure-bind
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
craft-agents-data:
|
||||
driver: local
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user