feat: PHP 应用增加 label (#20)

This commit is contained in:
zhengkunwang223 2023-04-10 18:35:19 +08:00 committed by GitHub
parent 27f188eb98
commit b25fd8747e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 10 deletions

View File

@ -9,6 +9,10 @@
"key": "Server",
"name": "Web 服务器"
},
{
"key": "Runtime",
"name": "运行环境"
},
{
"key": "Database",
"name": "数据库"
@ -22,8 +26,8 @@
"name": "CI/CD"
},
{
"key": "Runtime",
"name": "运行环境"
"key": "Local",
"name": "本地"
}
],
"items": [

View File

@ -93,6 +93,10 @@
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
}
],
"envKey": "PHP_EXTENSIONS",

View File

@ -18,5 +18,3 @@ services:
restart: always
cap_add:
- SYS_PTRACE
networks:
- default

View File

@ -14,6 +14,8 @@ services:
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -18,5 +18,3 @@ services:
restart: always
cap_add:
- SYS_PTRACE
networks:
- default

View File

@ -14,6 +14,8 @@ services:
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -93,6 +93,10 @@
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
}
],
"envKey": "PHP_EXTENSIONS",

View File

@ -18,5 +18,3 @@ services:
restart: always
cap_add:
- SYS_PTRACE
networks:
- default

View File

@ -1,5 +1,5 @@
ARG PHP_VERSION
FROM ${PHP_VERSION}
ARG PHP_IMAGE
FROM ${PHP_IMAGE}
ARG TZ
ARG PHP_EXTENSIONS

View File

@ -14,6 +14,8 @@ services:
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true