Processed apps directory via GitHub Actions
This commit is contained in:
@@ -8,13 +8,10 @@ services:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v2.0.22
|
||||
image: wushuo894/ani-rss:v1.2.82
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -8,10 +8,13 @@ services:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v1.2.82
|
||||
image: wushuo894/ani-rss:v2.0.22
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- LICENSE=basic
|
||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||
image: elasticsearch:9.0.3
|
||||
image: elasticsearch:8.18.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- LICENSE=basic
|
||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||
image: elasticsearch:8.18.3
|
||||
image: elasticsearch:9.0.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- I18N_LOCALE="zh-CN"
|
||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||
image: kibana:9.0.3
|
||||
image: kibana:8.18.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- I18N_LOCALE="zh-CN"
|
||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||
image: kibana:8.18.3
|
||||
image: kibana:9.0.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.135.3
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -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.135.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -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.135.3
|
||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -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.135.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.135.3
|
||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -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.135.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.135.3
|
||||
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.135.3
|
||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -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.135.3
|
||||
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.135.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
services:
|
||||
iyuuplus:
|
||||
container_name: iyuu-plus
|
||||
image: iyuucn/iyuuplus-nodb:latest
|
||||
image: iyuucn/iyuuplus:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ networks:
|
||||
services:
|
||||
iyuuplus:
|
||||
container_name: iyuu-plus
|
||||
image: iyuucn/iyuuplus:latest
|
||||
image: iyuucn/iyuuplus-nodb:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
- ROC_ENABLE_PRE_VEGA=1
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: jellyfin/jellyfin:10.9.11
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
- ROC_ENABLE_PRE_VEGA=1
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
image: jellyfin/jellyfin:10.9.11
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- MINIO_BROWSER_REDIRECT=true
|
||||
extra_hosts:
|
||||
- ${MINIO_SERVER_HOST:-localhost}:127.0.0.1
|
||||
image: minio/minio:RELEASE.2025-06-13T11-33-47Z
|
||||
image: qyg2297248353/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
labels:
|
||||
createdBy: Apps
|
||||
logging:
|
||||
|
||||
@@ -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-06-13T11-33-47Z
|
||||
labels:
|
||||
createdBy: Apps
|
||||
logging:
|
||||
@@ -1,20 +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]
|
||||
host_cache_size=0
|
||||
#
|
||||
# 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
|
||||
|
||||
mysql_native_password=ON
|
||||
# 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
|
||||
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,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.5
|
||||
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,42 +0,0 @@
|
||||
# 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/
|
||||
20
dockge/mysql_8_4_5/config/my.cnf
Normal file
20
dockge/mysql_8_4_5/config/my.cnf
Normal file
@@ -0,0 +1,20 @@
|
||||
[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/
|
||||
@@ -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.5
|
||||
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
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: 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: postgres:16.9-alpine
|
||||
image: postgres:16
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: pg16-postgresql
|
||||
container_name: 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: postgres:16.9-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -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 服务端口 [必填]
|
||||
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
rustdesk-api:
|
||||
rustdesk:
|
||||
container_name: rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -10,32 +10,13 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
image: lejianwen/rustdesk-api:v2.6.25
|
||||
image: lejianwen/rustdesk-server-s6:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
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
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_NAT}:21115
|
||||
- ${PANEL_APP_PORT_ID}:21116
|
||||
- ${PANEL_APP_PORT_ID}:21116/udp
|
||||
@@ -44,6 +25,16 @@ services:
|
||||
- ${PANEL_APP_PORT_SERVER_WS}:21119
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
rustdesk-server-s6:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- MUST_LOGIN=N
|
||||
- ENCRYPTED_ONLY=1
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
- RELAY=${RUSTDESK_SERVER_URL}
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${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
|
||||
|
||||
@@ -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 服务端口 [必填]
|
||||
@@ -2,7 +2,7 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
rustdesk:
|
||||
rustdesk-api:
|
||||
container_name: rustdesk-api
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
@@ -10,13 +10,32 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
image: lejianwen/rustdesk-server-s6:latest
|
||||
image: lejianwen/rustdesk-api:v2.6.25
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:21114
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
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
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_NAT}:21115
|
||||
- ${PANEL_APP_PORT_ID}:21116
|
||||
- ${PANEL_APP_PORT_ID}:21116/udp
|
||||
@@ -25,16 +44,6 @@ services:
|
||||
- ${PANEL_APP_PORT_SERVER_WS}:21119
|
||||
restart: always
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
rustdesk-server-s6:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- MUST_LOGIN=N
|
||||
- ENCRYPTED_ONLY=1
|
||||
- RUSTDESK_API_LANG=zh-CN
|
||||
- RELAY=${RUSTDESK_SERVER_URL}
|
||||
volumes:
|
||||
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
|
||||
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||
- ${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
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- REMOVE_TRAILING_SLASH = 1
|
||||
- DATABASE_TYPE=mysql
|
||||
- DATABASE_URL=mysql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
|
||||
image: umamisoftware/umami:mysql-v2.18.1
|
||||
image: umamisoftware/umami:mysql-v2.16.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- REMOVE_TRAILING_SLASH = 1
|
||||
- DATABASE_TYPE=mysql
|
||||
- DATABASE_URL=mysql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
|
||||
image: umamisoftware/umami:mysql-v2.16.0
|
||||
image: umamisoftware/umami:mysql-v2.18.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- REMOVE_TRAILING_SLASH = 1
|
||||
- DATABASE_TYPE=postgresql
|
||||
- DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
|
||||
image: umamisoftware/umami:postgresql-v2.18.1
|
||||
image: umamisoftware/umami:postgresql-v2.16.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- REMOVE_TRAILING_SLASH = 1
|
||||
- DATABASE_TYPE=postgresql
|
||||
- DATABASE_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
|
||||
image: umamisoftware/umami:postgresql-v2.16.0
|
||||
image: umamisoftware/umami:postgresql-v2.18.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,9 +4,3 @@ UPTIME_KUMA_ROOT_PATH=/home/uptime-kuma
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3001
|
||||
|
||||
# Cloudflared 隧道令牌
|
||||
UPTIME_KUMA_CLOUDFLARED_TOKEN=
|
||||
|
||||
# 禁用 Frame SameOrigin [必填]
|
||||
UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=false
|
||||
|
||||
|
||||
@@ -7,16 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UPTIME_KUMA_PORT=3001
|
||||
- UPTIME_KUMA_HOST=0.0.0.0
|
||||
- DATA_DIR=/app/data
|
||||
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
- UPTIME_KUMA_ALLOW_ALL_CHROME_EXEC=0
|
||||
- UPTIME_KUMA_WS_ORIGIN_CHECK=cors-like
|
||||
image: louislam/uptime-kuma:1.23.16
|
||||
image: louislam/uptime-kuma:2.0.0-beta.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
12
dockge/uptime-kuma_1_23_16/.env
Normal file
12
dockge/uptime-kuma_1_23_16/.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# 数据持久化路径 [必填]
|
||||
UPTIME_KUMA_ROOT_PATH=/home/uptime-kuma
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3001
|
||||
|
||||
# Cloudflared 隧道令牌
|
||||
UPTIME_KUMA_CLOUDFLARED_TOKEN=
|
||||
|
||||
# 禁用 Frame SameOrigin [必填]
|
||||
UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=false
|
||||
|
||||
@@ -7,7 +7,16 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: louislam/uptime-kuma:2.0.0-beta.3
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UPTIME_KUMA_PORT=3001
|
||||
- UPTIME_KUMA_HOST=0.0.0.0
|
||||
- DATA_DIR=/app/data
|
||||
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
- UPTIME_KUMA_ALLOW_ALL_CHROME_EXEC=0
|
||||
- UPTIME_KUMA_WS_ORIGIN_CHECK=cors-like
|
||||
image: louislam/uptime-kuma:1.23.16
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,6 +0,0 @@
|
||||
# 数据持久化路径 [必填]
|
||||
UPTIME_KUMA_ROOT_PATH=/home/uptime-kuma
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3001
|
||||
|
||||
Reference in New Issue
Block a user