style: 修改应用创建 label

This commit is contained in:
zhengkunwang223 2022-12-19 12:49:19 +08:00 committed by zhengkunwang223
parent 587c3df06a
commit 582bb0b4f3
11 changed files with 12 additions and 10 deletions

View File

@ -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

View File

@ -20,6 +20,8 @@ services:
- 1panel - 1panel
volumes: volumes:
- ./data:/data - ./data:/data
labels:
createdBy: "Apps"
networks: networks:
1panel: 1panel:

View File

@ -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

View File

@ -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:

View File

@ -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"

View File

@ -10,7 +10,7 @@ services:
networks: networks:
- 1panel - 1panel
labels: labels:
createdBy: "apps" createdBy: "Apps"
networks: networks:
1panel: 1panel:

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: