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
@@ -20,7 +20,7 @@ services:
|
|||||||
- /dozzle
|
- /dozzle
|
||||||
- healthcheck
|
- healthcheck
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
image: amir20/dozzle:v8.14.2
|
image: amir20/dozzle:v8.14.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.143.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -29,7 +29,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+2
-2
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.143.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- /dozzle
|
- /dozzle
|
||||||
- healthcheck
|
- healthcheck
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
image: amir20/dozzle:v8.14.2
|
image: amir20/dozzle:v8.14.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.143.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
|
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -4,13 +4,36 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
immich-pg14-vectors:
|
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
|
container_name: pg14-vectors-immich-no-machine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -29,7 +52,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -38,5 +61,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/data
|
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
|
|||||||
+3
-26
@@ -4,36 +4,13 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
immich-pg14-vectors:
|
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
|
container_name: pg14-vectors-immich-no-machine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
||||||
healthcheck:
|
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
|
||||||
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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -52,7 +29,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -61,5 +38,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
- ${IMMICH_ROOT_PATH}/data/library:/data
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -19,5 +19,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/data
|
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
|
|||||||
+2
-2
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -19,5 +19,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
- ${IMMICH_ROOT_PATH}/data/library:/data
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.143.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -21,13 +21,36 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/cache:/cache
|
- ${IMMICH_ROOT_PATH}/data/cache:/cache
|
||||||
immich-pg14-vectors:
|
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
|
container_name: pg14-vectors-immich
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
||||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -45,7 +68,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.143.1
|
image: ghcr.io/immich-app/immich-server:v1.132.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -54,5 +77,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/data
|
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
|
|||||||
+4
-27
@@ -10,7 +10,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3
|
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -21,36 +21,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/cache:/cache
|
- ${IMMICH_ROOT_PATH}/data/cache:/cache
|
||||||
immich-pg14-vectors:
|
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
|
container_name: pg14-vectors-immich
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
POSTGRES_DB: ${DB_DATABASE_NAME:-immich}
|
||||||
POSTGRES_INITDB_ARGS: --data-checksums
|
POSTGRES_INITDB_ARGS: --data-checksums
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
POSTGRES_USER: ${DB_USERNAME:-postgres}
|
||||||
healthcheck:
|
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
|
||||||
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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -68,7 +45,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -77,5 +54,5 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:2283
|
- ${PANEL_APP_PORT_HTTP}:2283
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
- ${IMMICH_ROOT_PATH}/data/library:/data
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
Reference in New Issue
Block a user