Processed apps directory via GitHub Actions
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: qyg2297248353/alist-aria2:v3.40.0
|
||||
image: xhofe/alist-aria2:v3.41.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: xhofe/alist-aria2:v3.41.0
|
||||
image: qyg2297248353/alist-aria2:v3.40.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: qyg2297248353/alist:v3.40.0-ffmpeg
|
||||
image: xhofe/alist:v3.45.0-ffmpeg
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: xhofe/alist:v3.45.0-ffmpeg
|
||||
image: qyg2297248353/alist:v3.40.0-ffmpeg
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: qyg2297248353/alist:v3.40.0
|
||||
image: xhofe/alist:v3.45.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- FORCE=false
|
||||
image: xhofe/alist:v3.45.0
|
||||
image: qyg2297248353/alist:v3.40.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
15
dockge/auto-lady_1_4_5/.env
Normal file
15
dockge/auto-lady_1_4_5/.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# 数据持久化路径 [必填]
|
||||
AUTO_LADY_ROOT_PATH=/home/auto-lady
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
# 自定义挂载目录 2
|
||||
CUSTOM_MOUNT_DIRECTORY_2=
|
||||
|
||||
# 自定义挂载目录 3
|
||||
CUSTOM_MOUNT_DIRECTORY_3=
|
||||
|
||||
22
dockge/auto-lady_1_4_5/docker-compose.yml
Normal file
22
dockge/auto-lady_1_4_5/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
auto-lady:
|
||||
container_name: auto-lady
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: orekiiiiiiiiiiiii/auto-lady:1.4.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
restart: always
|
||||
volumes:
|
||||
- ${AUTO_LADY_ROOT_PATH}/config:/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}
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
@@ -1,21 +1,3 @@
|
||||
# 数据持久化路径 [必填]
|
||||
AUTO_LADY_ROOT_PATH=/home/byte-muse
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
# 自定义挂载目录 2
|
||||
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
|
||||
PANEL_APP_PORT_HTTP=5000
|
||||
|
||||
|
||||
@@ -2,25 +2,13 @@ networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
auto-lady:
|
||||
byte-muse-license:
|
||||
container_name: byte-muse
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=${NO_PROXY:-}
|
||||
image: envyafish/byte-muse:1.11.8
|
||||
image: envyafish/byte-muse-license:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_HTTP}:5000
|
||||
restart: always
|
||||
volumes:
|
||||
- ${AUTO_LADY_ROOT_PATH}/config:/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 @@
|
||||
# 数据持久化路径 [必填]
|
||||
AUTO_LADY_ROOT_PATH=/home/auto-lady
|
||||
AUTO_LADY_ROOT_PATH=/home/byte-muse
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
auto-lady:
|
||||
container_name: auto-lady
|
||||
container_name: byte-muse
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=${NO_PROXY:-}
|
||||
image: envyafish/byte-muse:1.5.3
|
||||
image: envyafish/byte-muse:1.11.8
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,3 +0,0 @@
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=5000
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
byte-muse-license:
|
||||
container_name: byte-muse
|
||||
image: envyafish/byte-muse-license:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5000
|
||||
restart: always
|
||||
@@ -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.1.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.1.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -4,6 +4,3 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
|
||||
|
||||
@@ -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,3 +4,6 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
@@ -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-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:
|
||||
|
||||
@@ -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:
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: pg16-alpine-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-alpine
|
||||
image: postgres:16.9-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: postgresql
|
||||
container_name: pg16-alpine-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-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- UMASK=022
|
||||
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- TORRENTING_PORT=${PANEL_APP_PORT_TORRENTING}
|
||||
image: linuxserver/qbittorrent:4.6.7
|
||||
image: linuxserver/qbittorrent:5.1.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- UMASK=022
|
||||
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- TORRENTING_PORT=${PANEL_APP_PORT_TORRENTING}
|
||||
image: linuxserver/qbittorrent:5.1.1
|
||||
image: linuxserver/qbittorrent:4.6.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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.4-alpine
|
||||
image: redis:6.2.18-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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.18-alpine
|
||||
image: redis:7.4.4-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- DOWNLOAD_PATH=/download
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
image: streamrec/stream-rec:main
|
||||
image: streamrec/stream-rec:dev
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- API_URL=http://stream-rec-backend:12555/api
|
||||
image: streamrec/stream-rec-front:main
|
||||
image: streamrec/stream-rec-front:dev
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- DOWNLOAD_PATH=/download
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
image: streamrec/stream-rec:dev
|
||||
image: streamrec/stream-rec:main
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- API_URL=http://stream-rec-backend:12555/api
|
||||
image: streamrec/stream-rec-front:dev
|
||||
image: streamrec/stream-rec-front:main
|
||||
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=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=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:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user