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
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
image: linuxserver/jackett:0.24.1859
|
||||
image: linuxserver/jackett:0.24.1866
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- AFFINE_SERVER_PORT=3010
|
||||
- AFFINE_SERVER_HTTPS=false
|
||||
- AFFINE_SERVER_EXTERNAL_URL=http://127.0.0.1:3010
|
||||
image: ghcr.io/toeverything/affine-graphql:stable-e98f035
|
||||
image: ghcr.io/toeverything/affine-graphql:stable-1623f5d
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ services:
|
||||
- AFFINE_SERVER_PORT=3010
|
||||
- AFFINE_SERVER_HTTPS=false
|
||||
- AFFINE_SERVER_EXTERNAL_URL=http://127.0.0.1:3010
|
||||
image: ghcr.io/toeverything/affine-graphql:stable-1623f5d
|
||||
image: ghcr.io/toeverything/affine-graphql:stable-e98f035
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,5 +1,5 @@
|
||||
# 数据持久化路径 [必填]
|
||||
OPENLIST_ROOT_PATH=/home/openlist
|
||||
ALIST_ROOT_PATH=/home/alist
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5244
|
||||
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
openlist:
|
||||
alist:
|
||||
container_name: alist-ffmpeg
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: openlistteam/openlist:v4.0.2-ffmpeg
|
||||
image: xhofe/alist:v3.45.0-ffmpeg
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:5244
|
||||
restart: always
|
||||
volumes:
|
||||
- ${OPENLIST_ROOT_PATH}/data:/opt/openlist/data
|
||||
- ${ALIST_ROOT_PATH}/data:/opt/alist/data
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 数据持久化路径 [必填]
|
||||
ALIST_ROOT_PATH=/home/alist
|
||||
OPENLIST_ROOT_PATH=/home/openlist
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5244
|
||||
+3
-3
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
alist:
|
||||
openlist:
|
||||
container_name: alist-ffmpeg
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: xhofe/alist:v3.45.0-ffmpeg
|
||||
image: openlistteam/openlist:v4.0.2-ffmpeg
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:5244
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ALIST_ROOT_PATH}/data:/opt/alist/data
|
||||
- ${OPENLIST_ROOT_PATH}/data:/opt/openlist/data
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 数据持久化路径 [必填]
|
||||
OPENLIST_ROOT_PATH=/home/openlist
|
||||
ALIST_ROOT_PATH=/home/alist
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5244
|
||||
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
openlist:
|
||||
alist:
|
||||
container_name: alist
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: openlistteam/openlist:v4.0.2
|
||||
image: xhofe/alist:v3.45.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:5244
|
||||
restart: always
|
||||
volumes:
|
||||
- ${OPENLIST_ROOT_PATH}/data:/opt/openlist/data
|
||||
- ${ALIST_ROOT_PATH}/data:/opt/alist/data
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 数据持久化路径 [必填]
|
||||
ALIST_ROOT_PATH=/home/alist
|
||||
OPENLIST_ROOT_PATH=/home/openlist
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5244
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
alist:
|
||||
openlist:
|
||||
container_name: alist
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: xhofe/alist:v3.45.0
|
||||
image: openlistteam/openlist:v4.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:5244
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ALIST_ROOT_PATH}/data:/opt/alist/data
|
||||
- ${OPENLIST_ROOT_PATH}/data:/opt/openlist/data
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:slim
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:slim
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:slim
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
|
||||
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:slim
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- 3306
|
||||
- 80
|
||||
- 443
|
||||
image: btpanel/baota:10.0_lts
|
||||
image: btpanel/baota:9.0_lts_latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- 3306
|
||||
- 80
|
||||
- 443
|
||||
image: btpanel/baota:9.0_lts_latest
|
||||
image: btpanel/baota:10.0_lts
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: amilys/embyserver:4.9.2.6
|
||||
image: amilys/embyserver:4.8.11.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: amilys/embyserver:4.8.11.0
|
||||
image: amilys/embyserver:4.9.2.6
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: emby/embyserver:4.9.4.1
|
||||
image: emby/embyserver:4.8.11.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: emby/embyserver:4.8.11.0
|
||||
image: emby/embyserver:4.9.4.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -7,3 +7,6 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/ajnart/homarr:0.15.10
|
||||
image: ghcr.io/ajnart/homarr:0.16.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -16,6 +16,4 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${HOMARR_ROOT_PATH}/configs:/app/data/configs
|
||||
- ${HOMARR_ROOT_PATH}/icons:/app/public/icons
|
||||
- ${HOMARR_ROOT_PATH}/data:/data
|
||||
- ${HOMARR_ROOT_PATH}/appdata:/appdata
|
||||
|
||||
@@ -7,6 +7,3 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/ajnart/homarr:0.16.1
|
||||
image: ghcr.io/ajnart/homarr:0.15.10
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -16,4 +16,6 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${HOMARR_ROOT_PATH}/appdata:/appdata
|
||||
- ${HOMARR_ROOT_PATH}/configs:/app/data/configs
|
||||
- ${HOMARR_ROOT_PATH}/icons:/app/public/icons
|
||||
- ${HOMARR_ROOT_PATH}/data:/data
|
||||
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning
|
||||
container_name: immich-machine-learning-immich-machine-learning
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+2
-2
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning-immich-machine-learning
|
||||
container_name: immich-machine-learning
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
volumes:
|
||||
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
|
||||
immich-server:
|
||||
container_name: immich-no-machine
|
||||
container_name: immich-server-immich-no-machine
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
devices:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+2
-2
@@ -21,7 +21,7 @@ services:
|
||||
volumes:
|
||||
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
|
||||
immich-server:
|
||||
container_name: immich-server-immich-no-machine
|
||||
container_name: immich-no-machine
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
devices:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich-server
|
||||
container_name: immich-server-immich-server
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+2
-2
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich-server-immich-server
|
||||
container_name: immich-server
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-machine-learning:
|
||||
container_name: machine-learning-immich
|
||||
container_name: immich-machine-learning-immich
|
||||
devices: &id001
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -38,14 +38,14 @@ services:
|
||||
volumes:
|
||||
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
|
||||
immich-server:
|
||||
container_name: immich
|
||||
container_name: immich-server-immich
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
devices: *id001
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -4,13 +4,13 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning-immich
|
||||
container_name: machine-learning-immich
|
||||
devices: &id001
|
||||
- /dev/dri:/dev/dri
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -38,14 +38,14 @@ services:
|
||||
volumes:
|
||||
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
|
||||
immich-server:
|
||||
container_name: immich-server-immich
|
||||
container_name: immich
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
devices: *id001
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
image: linuxserver/jackett:0.24.1859
|
||||
image: linuxserver/jackett:0.24.1866
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+4
-1
@@ -4,9 +4,12 @@ MINIO_ROOT_PATH=/home/minio
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=9001
|
||||
|
||||
# API 端口 [必填]
|
||||
# API 端口 (映射内部端口) [必填]
|
||||
PANEL_APP_PORT_API=9000
|
||||
|
||||
# API 内部端口 [必填]
|
||||
MINIO_API_PORT=9000
|
||||
|
||||
# 管理员 用户名 [必填]
|
||||
MINIO_ROOT_USER=minio
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
minio:
|
||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
|
||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
|
||||
--json
|
||||
container_name: minio
|
||||
env_file:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- MINIO_BROWSER_REDIRECT=true
|
||||
extra_hosts:
|
||||
- ${MINIO_SERVER_HOST:-localhost}:127.0.0.1
|
||||
image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
|
||||
labels:
|
||||
createdBy: Apps
|
||||
logging:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
|
||||
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
||||
|
||||
@@ -4,12 +4,9 @@ MINIO_ROOT_PATH=/home/minio
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=9001
|
||||
|
||||
# API 端口 (映射内部端口) [必填]
|
||||
# API 端口 [必填]
|
||||
PANEL_APP_PORT_API=9000
|
||||
|
||||
# API 内部端口 [必填]
|
||||
MINIO_API_PORT=9000
|
||||
|
||||
# 管理员 用户名 [必填]
|
||||
MINIO_ROOT_USER=minio
|
||||
|
||||
+3
-3
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
minio:
|
||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
|
||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
|
||||
--json
|
||||
container_name: minio
|
||||
env_file:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- MINIO_BROWSER_REDIRECT=true
|
||||
extra_hosts:
|
||||
- ${MINIO_SERVER_HOST:-localhost}:127.0.0.1
|
||||
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
|
||||
image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
labels:
|
||||
createdBy: Apps
|
||||
logging:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
|
||||
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
||||
@@ -1,42 +1,20 @@
|
||||
# For advice on how to change settings please see
|
||||
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
|
||||
|
||||
[mysqld]
|
||||
#
|
||||
# Remove leading # and set to the amount of RAM for the most important data
|
||||
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
|
||||
# innodb_buffer_pool_size = 128M
|
||||
#
|
||||
# Remove leading # to turn on a very important data integrity option: logging
|
||||
# changes to the binary log between backups.
|
||||
# log_bin
|
||||
#
|
||||
# Remove leading # to set options mainly useful for reporting servers.
|
||||
# The server defaults are faster for transactions and fast SELECTs.
|
||||
# Adjust sizes as needed, experiment to find the optimal values.
|
||||
# join_buffer_size = 128M
|
||||
# sort_buffer_size = 2M
|
||||
# read_rnd_buffer_size = 2M
|
||||
skip-host-cache
|
||||
host_cache_size=0
|
||||
skip-name-resolve
|
||||
datadir=/var/lib/mysql
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
secure-file-priv=/var/lib/mysql-files
|
||||
user=mysql
|
||||
|
||||
# Disabling symbolic-links is recommended to prevent assorted security risks
|
||||
symbolic-links=0
|
||||
|
||||
#log-error=/var/log/mysqld.log
|
||||
pid-file=/var/run/mysqld/mysqld.pid
|
||||
|
||||
max_allowed_packet=64M
|
||||
mysql_native_password=ON
|
||||
character_set_server=utf8mb4
|
||||
collation_server=utf8mb4_unicode_ci
|
||||
lower_case_table_names=1
|
||||
group_concat_max_len=1024000
|
||||
log_bin_trust_function_creators=1
|
||||
|
||||
secure_file_priv=
|
||||
pid_file=/var/run/mysqld/mysqld.pid
|
||||
[client]
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
|
||||
!includedir /etc/mysql/conf.d/
|
||||
!includedir /etc/mysql/mysql.conf.d/
|
||||
|
||||
@@ -5,14 +5,13 @@ services:
|
||||
mysql:
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --lower_case_table_names=1
|
||||
- --collation-server=utf8mb4_general_ci
|
||||
- --explicit_defaults_for_timestamp=true
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
- --mysql-native-password=ON
|
||||
container_name: mysql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mysql:5.7.44
|
||||
image: mysql:8.4.9
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -22,8 +21,8 @@ services:
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- ${MYSQL_ROOT_PATH}/data/:/var/lib/mysql
|
||||
- ${MYSQL_ROOT_PATH}/config/my.cnf:/etc/mysql/my.cnf
|
||||
- ${MYSQL_ROOT_PATH}/data:/var/lib/mysql
|
||||
- ${MYSQL_ROOT_PATH}/config/my.cnf:/etc/my.cnf
|
||||
- ${MYSQL_ROOT_PATH}/log:/var/log/mysql
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
# For advice on how to change settings please see
|
||||
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
|
||||
|
||||
[mysqld]
|
||||
#
|
||||
# Remove leading # and set to the amount of RAM for the most important data
|
||||
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
|
||||
# innodb_buffer_pool_size = 128M
|
||||
#
|
||||
# Remove leading # to turn on a very important data integrity option: logging
|
||||
# changes to the binary log between backups.
|
||||
# log_bin
|
||||
#
|
||||
# Remove leading # to set options mainly useful for reporting servers.
|
||||
# The server defaults are faster for transactions and fast SELECTs.
|
||||
# Adjust sizes as needed, experiment to find the optimal values.
|
||||
# join_buffer_size = 128M
|
||||
# sort_buffer_size = 2M
|
||||
# read_rnd_buffer_size = 2M
|
||||
skip-host-cache
|
||||
skip-name-resolve
|
||||
datadir=/var/lib/mysql
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
secure-file-priv=/var/lib/mysql-files
|
||||
user=mysql
|
||||
|
||||
# Disabling symbolic-links is recommended to prevent assorted security risks
|
||||
symbolic-links=0
|
||||
|
||||
#log-error=/var/log/mysqld.log
|
||||
pid-file=/var/run/mysqld/mysqld.pid
|
||||
|
||||
max_allowed_packet=64M
|
||||
character_set_server=utf8mb4
|
||||
lower_case_table_names=1
|
||||
group_concat_max_len=1024000
|
||||
|
||||
[client]
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
|
||||
!includedir /etc/mysql/conf.d/
|
||||
!includedir /etc/mysql/mysql.conf.d/
|
||||
@@ -5,13 +5,14 @@ services:
|
||||
mysql:
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
- --mysql-native-password=ON
|
||||
- --lower_case_table_names=1
|
||||
- --collation-server=utf8mb4_general_ci
|
||||
- --explicit_defaults_for_timestamp=true
|
||||
container_name: mysql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mysql:8.4.9
|
||||
image: mysql:5.7.44
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -21,8 +22,8 @@ services:
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- ${MYSQL_ROOT_PATH}/data:/var/lib/mysql
|
||||
- ${MYSQL_ROOT_PATH}/config/my.cnf:/etc/my.cnf
|
||||
- ${MYSQL_ROOT_PATH}/data/:/var/lib/mysql
|
||||
- ${MYSQL_ROOT_PATH}/config/my.cnf:/etc/mysql/my.cnf
|
||||
- ${MYSQL_ROOT_PATH}/log:/var/log/mysql
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -1,20 +0,0 @@
|
||||
[mysqld]
|
||||
host_cache_size=0
|
||||
skip-name-resolve
|
||||
datadir=/var/lib/mysql
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
user=mysql
|
||||
|
||||
mysql_native_password=ON
|
||||
character_set_server=utf8mb4
|
||||
collation_server=utf8mb4_unicode_ci
|
||||
lower_case_table_names=1
|
||||
group_concat_max_len=1024000
|
||||
log_bin_trust_function_creators=1
|
||||
|
||||
secure_file_priv=
|
||||
pid_file=/var/run/mysqld/mysqld.pid
|
||||
[client]
|
||||
socket=/var/run/mysqld/mysqld.sock
|
||||
|
||||
!includedir /etc/mysql/conf.d/
|
||||
@@ -4,3 +4,30 @@ NEZHA_ROOT_PATH=/home/nezha
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8008
|
||||
|
||||
# gRPC 端口 [必填]
|
||||
PANEL_APP_PORT_GRPC=5555
|
||||
|
||||
# OAuth 服务商 [必填]
|
||||
OAUTH2_TYPE=github
|
||||
|
||||
# 管理员账号ID [必填]
|
||||
OAUTH2_ADMIN=
|
||||
|
||||
# OAuth 客户端 ID [必填]
|
||||
OAUTH2_CLIENTID=
|
||||
|
||||
# OAuth 客户端 Secret [必填]
|
||||
OAUTH2_CLIENTSECRET=
|
||||
|
||||
# OAuth 端点 (可选)
|
||||
OAUTH2_ENDPOINT=
|
||||
|
||||
# 网站标题 [必填]
|
||||
NZ_SITE_TITLE=哪吒监控
|
||||
|
||||
# Cookie 名称 (默认) [必填]
|
||||
NZ_COOKIE_NAME=nezha-dashboard
|
||||
|
||||
# 网站主题 (默认) [必填]
|
||||
NZ_THEME=default
|
||||
|
||||
|
||||
@@ -1,6 +1,33 @@
|
||||
debug: false
|
||||
listen_port: 8008
|
||||
language: zh_CN
|
||||
site_name: "nz_site_title"
|
||||
install_host: 127.0.0.1:8008
|
||||
tls: false
|
||||
httpport: 80
|
||||
language: zh-CN
|
||||
grpcport: nz_grpc_port
|
||||
oauth2:
|
||||
type: "nz_oauth2_type"
|
||||
admin: "nz_admin_logins"
|
||||
clientid: "nz_github_oauth_client_id"
|
||||
clientsecret: "nz_github_oauth_client_secret"
|
||||
endpoint: ""
|
||||
site:
|
||||
brand: "nz_site_title"
|
||||
cookiename: "nezha-dashboard"
|
||||
theme: "default"
|
||||
ddns:
|
||||
enable: false
|
||||
provider: "webhook"
|
||||
accessid: ""
|
||||
accesssecret: ""
|
||||
webhookmethod: ""
|
||||
webhookurl: ""
|
||||
webhookrequestbody: ""
|
||||
webhookheaders: ""
|
||||
maxretries: 3
|
||||
profiles:
|
||||
example:
|
||||
provider: ""
|
||||
accessid: ""
|
||||
accesssecret: ""
|
||||
webhookmethod: ""
|
||||
webhookurl: ""
|
||||
webhookrequestbody: ""
|
||||
webhookheaders: ""
|
||||
|
||||
@@ -2,17 +2,19 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
nezha:
|
||||
nezha-dashboard:
|
||||
container_name: nezha
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: ghcr.io/nezhahq/nezha:v2.0.7
|
||||
image: ghcr.io/naiba/nezha-dashboard:v0.20.13
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8008
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_GRPC}:${PANEL_APP_PORT_GRPC}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
||||
- ${NEZHA_ROOT_PATH}/static-custom/static:/dashboard/resource/static/custom
|
||||
- ${NEZHA_ROOT_PATH}/theme-custom/template:/dashboard/resource/template/theme-custom
|
||||
- ${NEZHA_ROOT_PATH}/dashboard-custom/template:/dashboard/resource/template/dashboard-custom
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# 数据持久化路径 [必填]
|
||||
NEZHA_ROOT_PATH=/home/nezha
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8008
|
||||
|
||||
# gRPC 端口 [必填]
|
||||
PANEL_APP_PORT_GRPC=5555
|
||||
|
||||
# OAuth 服务商 [必填]
|
||||
OAUTH2_TYPE=github
|
||||
|
||||
# 管理员账号ID [必填]
|
||||
OAUTH2_ADMIN=
|
||||
|
||||
# OAuth 客户端 ID [必填]
|
||||
OAUTH2_CLIENTID=
|
||||
|
||||
# OAuth 客户端 Secret [必填]
|
||||
OAUTH2_CLIENTSECRET=
|
||||
|
||||
# OAuth 端点 (可选)
|
||||
OAUTH2_ENDPOINT=
|
||||
|
||||
# 网站标题 [必填]
|
||||
NZ_SITE_TITLE=哪吒监控
|
||||
|
||||
# Cookie 名称 (默认) [必填]
|
||||
NZ_COOKIE_NAME=nezha-dashboard
|
||||
|
||||
# 网站主题 (默认) [必填]
|
||||
NZ_THEME=default
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
debug: false
|
||||
httpport: 80
|
||||
language: zh-CN
|
||||
grpcport: nz_grpc_port
|
||||
oauth2:
|
||||
type: "nz_oauth2_type"
|
||||
admin: "nz_admin_logins"
|
||||
clientid: "nz_github_oauth_client_id"
|
||||
clientsecret: "nz_github_oauth_client_secret"
|
||||
endpoint: ""
|
||||
site:
|
||||
brand: "nz_site_title"
|
||||
cookiename: "nezha-dashboard"
|
||||
theme: "default"
|
||||
ddns:
|
||||
enable: false
|
||||
provider: "webhook"
|
||||
accessid: ""
|
||||
accesssecret: ""
|
||||
webhookmethod: ""
|
||||
webhookurl: ""
|
||||
webhookrequestbody: ""
|
||||
webhookheaders: ""
|
||||
maxretries: 3
|
||||
profiles:
|
||||
example:
|
||||
provider: ""
|
||||
accessid: ""
|
||||
accesssecret: ""
|
||||
webhookmethod: ""
|
||||
webhookurl: ""
|
||||
webhookrequestbody: ""
|
||||
webhookheaders: ""
|
||||
@@ -1,20 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
nezha-dashboard:
|
||||
container_name: nezha
|
||||
image: ghcr.io/naiba/nezha-dashboard:v0.20.13
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_GRPC}:${PANEL_APP_PORT_GRPC}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
||||
- ${NEZHA_ROOT_PATH}/static-custom/static:/dashboard/resource/static/custom
|
||||
- ${NEZHA_ROOT_PATH}/theme-custom/template:/dashboard/resource/template/theme-custom
|
||||
- ${NEZHA_ROOT_PATH}/dashboard-custom/template:/dashboard/resource/template/dashboard-custom
|
||||
@@ -0,0 +1,6 @@
|
||||
# 数据持久化路径 [必填]
|
||||
NEZHA_ROOT_PATH=/home/nezha
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8008
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
debug: false
|
||||
listen_port: 8008
|
||||
language: zh_CN
|
||||
site_name: "nz_site_title"
|
||||
install_host: 127.0.0.1:8008
|
||||
tls: false
|
||||
@@ -0,0 +1,18 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
nezha:
|
||||
container_name: nezha
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: ghcr.io/nezhahq/nezha:v2.0.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8008
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user