mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 18:00:32 +08:00
parent
a4f3009174
commit
faa3f9fd74
10
apps/it-tools/2024.10.22-7ca5933/data.yml
Normal file
10
apps/it-tools/2024.10.22-7ca5933/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40116
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
14
apps/it-tools/2024.10.22-7ca5933/docker-compose.yml
Normal file
14
apps/it-tools/2024.10.22-7ca5933/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:2024.10.22-7ca5933
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user