mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-25 19:49:14 +08:00
style: 修改应用创建 label
This commit is contained in:
parent
587c3df06a
commit
582bb0b4f3
@ -19,7 +19,7 @@ services:
|
|||||||
HALO_ADMIN_PATH: admin
|
HALO_ADMIN_PATH: admin
|
||||||
HALO_CACHE: memory
|
HALO_CACHE: memory
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
external: true
|
external: true
|
@ -20,6 +20,8 @@ services:
|
|||||||
- 1panel
|
- 1panel
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -21,7 +21,7 @@ services:
|
|||||||
--explicit_defaults_for_timestamp=true
|
--explicit_defaults_for_timestamp=true
|
||||||
--lower_case_table_names=1
|
--lower_case_table_names=1
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
external: true
|
external: true
|
@ -16,7 +16,7 @@ services:
|
|||||||
- ./conf/my.cnf:/etc/my.cnf
|
- ./conf/my.cnf:/etc/my.cnf
|
||||||
- ./log:/var/log/mysql
|
- ./log:/var/log/mysql
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -11,4 +11,4 @@ services:
|
|||||||
- ./www:/www
|
- ./www:/www
|
||||||
- ./root:/usr/share/nginx/html
|
- ./root:/usr/share/nginx/html
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
@ -10,7 +10,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- 1panel
|
- 1panel
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8081
|
- ${PANEL_APP_PORT_HTTP}:8081
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
external: true
|
external: true
|
@ -13,7 +13,7 @@ services:
|
|||||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||||
- ./logs:/logs
|
- ./logs:/logs
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||||
- ./logs:/logs
|
- ./logs:/logs
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -17,7 +17,7 @@ services:
|
|||||||
WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
||||||
WORDPRESS_DEBUG: 1
|
WORDPRESS_DEBUG: 1
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
@ -17,7 +17,7 @@ services:
|
|||||||
WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD}
|
||||||
WORDPRESS_DEBUG: 1
|
WORDPRESS_DEBUG: 1
|
||||||
labels:
|
labels:
|
||||||
createdBy: "apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel:
|
1panel:
|
||||||
|
Loading…
Reference in New Issue
Block a user