feat:添加laftools到列表#2006
This commit is contained in:
20
apps/laftools/latest/docker-compose.yml
Normal file
20
apps/laftools/latest/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user