mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-22 04:57:11 +08:00
feat: update 1panel-tools 0.2.0
This commit is contained in:
11
apps/1panel-tools/0.2.0/data.yml
Normal file
11
apps/1panel-tools/0.2.0/data.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "8080"
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
label:
|
||||||
|
en: Web-Port
|
||||||
|
zh: Web端口
|
||||||
|
required: true
|
||||||
|
type: number
|
||||||
|
edit: true
|
||||||
|
rule: paramPort
|
||||||
16
apps/1panel-tools/0.2.0/docker-compose.yml
Normal file
16
apps/1panel-tools/0.2.0/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
1panel-tools:
|
||||||
|
image: vuldocker/1panel-tools:0.2.0
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
- 1panel-tools-network
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user