Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-27 18:29:20 +00:00
parent 113506531d
commit 4104aea54b
129 changed files with 975 additions and 975 deletions

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
OPENLIST_ROOT_PATH=/home/openlist
ALIST_ROOT_PATH=/home/alist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

@@ -2,7 +2,7 @@ networks:
1panel-network:
external: true
services:
openlist:
alist-aria2:
container_name: alist-aria2
env_file:
- ./envs/global.env
@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: openlistteam/openlist:v4.0.2-aria2
image: qyg2297248353/alist-aria2:v3.40.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}

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
ALIST_ROOT_PATH=/home/alist
OPENLIST_ROOT_PATH=/home/openlist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

@@ -2,7 +2,7 @@ networks:
1panel-network:
external: true
services:
alist-aria2:
openlist:
container_name: alist-aria2
env_file:
- ./envs/global.env
@@ -12,7 +12,7 @@ services:
- PGID=0
- UMASK=022
- FORCE=false
image: qyg2297248353/alist-aria2:v3.40.0
image: openlistteam/openlist:v4.0.2-aria2
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}

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
OPENLIST_ROOT_PATH=/home/openlist
ALIST_ROOT_PATH=/home/alist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

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

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
ALIST_ROOT_PATH=/home/alist
OPENLIST_ROOT_PATH=/home/openlist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

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

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
OPENLIST_ROOT_PATH=/home/openlist
ALIST_ROOT_PATH=/home/alist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

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

View File

@@ -1,5 +1,5 @@
# 数据持久化路径 [必填]
ALIST_ROOT_PATH=/home/alist
OPENLIST_ROOT_PATH=/home/openlist
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5244

View File

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

View File

@@ -13,3 +13,9 @@ CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local

View File

@@ -7,7 +7,11 @@ services:
env_file:
- ./envs/global.env
- .env
image: orekiiiiiiiiiiiii/auto-lady:1.4.5
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.5.3
labels:
createdBy: Apps
networks:

View File

@@ -13,9 +13,3 @@ CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local

View File

@@ -7,11 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.5.3
image: orekiiiiiiiiiiiii/auto-lady:1.4.5
labels:
createdBy: Apps
networks:

View File

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

View File

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

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- DOCKER_ENV=true
image: qyg2297248353/bili-fetcher:latest
image: qyg2297248353/bili-fetcher:v1.6.0
networks:
- 1panel-network
ports:
@@ -26,7 +26,7 @@ services:
environment:
- BACKEND_URL=http://bili-fetcher-api:8899
- TZ=Asia/Shanghai
image: qyg2297248353/bili-fetcher-web:latest
image: qyg2297248353/bili-fetcher-web:v1.6.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- DOCKER_ENV=true
image: qyg2297248353/bili-fetcher:v1.6.0
image: qyg2297248353/bili-fetcher:latest
networks:
- 1panel-network
ports:
@@ -26,7 +26,7 @@ services:
environment:
- BACKEND_URL=http://bili-fetcher-api:8899
- TZ=Asia/Shanghai
image: qyg2297248353/bili-fetcher-web:v1.6.0
image: qyg2297248353/bili-fetcher-web:latest
labels:
createdBy: Apps
networks:

View File

@@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/homarr-labs/homarr:v1.34.0
image: ghcr.io/ajnart/homarr:0.16.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr
PANEL_APP_PORT_HTTP=7575
# 密钥 [必填]
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d

View File

@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/ajnart/homarr:0.16.0
image: ghcr.io/homarr-labs/homarr:v1.34.0
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
labels:
createdBy: Apps
networks:

View File

@@ -4,36 +4,13 @@ networks:
external: true
services:
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich-no-machine
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
labels:
createdBy: Apps
networks:
@@ -52,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.132.3
image: ghcr.io/immich-app/immich-server:v1.136.0
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,36 @@ networks:
external: true
services:
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich-no-machine
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
labels:
createdBy: Apps
networks:
@@ -29,7 +52,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.136.0
image: ghcr.io/immich-app/immich-server:v1.132.3
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.132.3
image: ghcr.io/immich-app/immich-server:v1.136.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.136.0
image: ghcr.io/immich-app/immich-server:v1.132.3
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0
labels:
createdBy: Apps
networks:
@@ -21,36 +21,13 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0
labels:
createdBy: Apps
networks:
@@ -68,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.132.3
image: ghcr.io/immich-app/immich-server:v1.136.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.136.0
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
labels:
createdBy: Apps
networks:
@@ -21,13 +21,36 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache
immich-pg14-vectors:
command:
- postgres
- -c
- shared_preload_libraries=vectors.so
- -c
- search_path="$$user", public, vectors
- -c
- logging_collector=on
- -c
- max_wal_size=2GB
- -c
- shared_buffers=512MB
- -c
- wal_compression=on
container_name: pg14-vectors-immich
environment:
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0
healthcheck:
interval: 5m
start_interval: 30s
start_period: 5m
test: pg_isready --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
|| exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}'
--tuples-only --no-align --command='SELECT COALESCE(SUM(checksum_failures),
0) FROM pg_stat_database')"; echo "checksum failure count is $$Chksum"; [
"$$Chksum" = '0' ] || exit 1
image: tensorchord/pgvecto-rs:pg14-v0.2.0
labels:
createdBy: Apps
networks:
@@ -45,7 +68,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.136.0
image: ghcr.io/immich-app/immich-server:v1.132.3
labels:
createdBy: Apps
networks:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgis/postgis:16-3.5
image: postgis/postgis:17-3.5
labels:
createdBy: Apps
networks:

View File

@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgis/postgis:17-3.5
image: postgis/postgis:16-3.5
labels:
createdBy: Apps
networks:

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg16-postgresql
container_name: pg14-vectors-postgresql
env_file:
- ./envs/global.env
- .env
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16
image: tensorchord/pgvecto-rs:pg14-v0.2.1
labels:
createdBy: Apps
networks:

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg14-vectors-postgresql
container_name: pg16-postgresql
env_file:
- ./envs/global.env
- .env
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: tensorchord/pgvecto-rs:pg14-v0.2.1
image: postgres:16
labels:
createdBy: Apps
networks:

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ services:
else\n redis-server /etc/redis/redis.conf --requirepass ${REDIS_ROOT_PASSWORD}\n\
fi'\n"
container_name: redis
image: redis:7.4.5-alpine
image: redis:6.2.19-alpine
labels:
createdBy: Apps
networks:

View File

@@ -7,7 +7,7 @@ services:
else\n redis-server /etc/redis/redis.conf --requirepass ${REDIS_ROOT_PASSWORD}\n\
fi'\n"
container_name: redis
image: redis:6.2.19-alpine
image: redis:7.4.5-alpine
labels:
createdBy: Apps
networks:

View File

@@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
# WebUI API 端口 [必填]
PANEL_APP_PORT_HTTP=21114
# NAT 服务端口 [必填]
# NAT 测试服务端口 [必填]
PANEL_APP_PORT_NAT=21115
# ID 服务端口 [必填]

View File

@@ -2,7 +2,7 @@ networks:
1panel-network:
external: true
services:
rustdesk-api:
rustdesk:
container_name: rustdesk-api
env_file:
- ./envs/global.env
@@ -10,33 +10,16 @@ services:
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
image: lejianwen/rustdesk-api:v2.6.27
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:21114
restart: always
volumes:
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
rustdesk-server-s6:
container_name: server-rustdesk-api
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
- RELAY=${RUSTDESK_SERVER_URL}
- ENCRYPTED_ONLY=1
image: rustdesk/rustdesk-server-s6:latest
- MUST_LOGIN=N
image: lejianwen/rustdesk-server-s6:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:21114
- ${PANEL_APP_PORT_NAT}:21115
- ${PANEL_APP_PORT_ID}:21116
- ${PANEL_APP_PORT_ID}:21116/udp
@@ -46,5 +29,7 @@ services:
restart: always
volumes:
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
- ${RUSTDESK_API_ROOT_PATH}/api-config:/app/config
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run

View File

@@ -4,7 +4,7 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
# WebUI API 端口 [必填]
PANEL_APP_PORT_HTTP=21114
# NAT 测试服务端口 [必填]
# NAT 服务端口 [必填]
PANEL_APP_PORT_NAT=21115
# ID 服务端口 [必填]

Some files were not shown because too many files have changed in this diff Show More