1
0

feat:添加laftools到列表#2006

This commit is contained in:
okxlin
2024-10-13 20:21:35 +08:00
parent f51355468a
commit d7cc3e2a4e
9 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
laftools:
image: "codegentoolbox/laftools-linux-x64:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:39899"
environment:
- LAFREGION=${LAF_REGION}
- APPLANG=${APP_LANG}
volumes:
- ${DATA_PATH}:/root/.miaoda
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true