mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: xhongc/music_tag_web:2.7.3
|
image: xhongc/music_tag_web:2.7.4
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
|
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8002
|
PANEL_APP_PORT_HTTP=8001
|
||||||
|
|
||||||
# 自定义挂载目录 1
|
# 自定义挂载目录 1
|
||||||
CUSTOM_MOUNT_DIRECTORY_1=
|
CUSTOM_MOUNT_DIRECTORY_1=
|
||||||
|
|||||||
@@ -3,19 +3,20 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
music_tag_web:
|
music_tag_web:
|
||||||
|
command: /start
|
||||||
container_name: music-tag-web
|
container_name: music-tag-web
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: xhongc/music_tag_web:2.7.3
|
image: xhongc/music_tag_web:latest
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8002
|
- ${PANEL_APP_PORT_HTTP}:8001
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data
|
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
|
MUSIC_TAG_WEB_ROOT_PATH=/home/music-tag-web
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8001
|
PANEL_APP_PORT_HTTP=8002
|
||||||
|
|
||||||
# 自定义挂载目录 1
|
# 自定义挂载目录 1
|
||||||
CUSTOM_MOUNT_DIRECTORY_1=
|
CUSTOM_MOUNT_DIRECTORY_1=
|
||||||
+2
-3
@@ -3,20 +3,19 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
music_tag_web:
|
music_tag_web:
|
||||||
command: /start
|
|
||||||
container_name: music-tag-web
|
container_name: music-tag-web
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: xhongc/music_tag_web:latest
|
image: xhongc/music_tag_web:2.7.4
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8001
|
- ${PANEL_APP_PORT_HTTP}:8002
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data
|
- ${MUSIC_TAG_WEB_ROOT_PATH}/data:/app/data
|
||||||
Reference in New Issue
Block a user