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
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:v1.30.0
|
||||
image: mdcng/mdc:v1.31.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
- OLLAMA_MAX_QUEUE=512
|
||||
- OLLAMA_FLASH_ATTENTION=0
|
||||
- OLLAMA_KV_CACHE_TYPE=f16
|
||||
image: ollama/ollama:0.15.6
|
||||
image: ollama/ollama:0.16.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+2
-2
@@ -9,7 +9,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: matrixdotorg/synapse:v1.147.0
|
||||
image: matrixdotorg/synapse:v1.147.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- SYNAPSE_NO_TLS=true
|
||||
- SYNAPSE_HTTP_PORT=8008
|
||||
image: matrixdotorg/synapse:v1.147.0
|
||||
image: matrixdotorg/synapse:v1.147.1
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: false
|
||||
@@ -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
-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-e98f035
|
||||
image: ghcr.io/toeverything/affine-graphql:stable-1623f5d
|
||||
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}
|
||||
@@ -4,8 +4,6 @@ networks:
|
||||
services:
|
||||
archivebox:
|
||||
container_name: archivebox
|
||||
depends_on:
|
||||
- archivebox-init
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -16,7 +14,7 @@ services:
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
image: archivebox/archivebox:0.7.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -26,26 +24,6 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-init:
|
||||
command: archivebox init
|
||||
container_name: init-archivebox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- ALLOWED_HOSTS=*
|
||||
- CSRF_TRUSTED_ORIGINS=http://localhost:8000
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-sonic:
|
||||
container_name: sonic-archivebox
|
||||
env_file:
|
||||
|
||||
+23
-1
@@ -4,6 +4,8 @@ networks:
|
||||
services:
|
||||
archivebox:
|
||||
container_name: archivebox
|
||||
depends_on:
|
||||
- archivebox-init
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -14,7 +16,7 @@ services:
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.7.3
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -24,6 +26,26 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-init:
|
||||
command: archivebox init
|
||||
container_name: init-archivebox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- ALLOWED_HOSTS=*
|
||||
- CSRF_TRUSTED_ORIGINS=http://localhost:8000
|
||||
- SEARCH_BACKEND_ENGINE=sonic
|
||||
- SEARCH_BACKEND_HOST_NAME=archivebox-sonic
|
||||
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
|
||||
image: archivebox/archivebox:0.8.5rc9
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ${ARCHIVEBOX_ROOT_PATH}/data:/data
|
||||
archivebox-sonic:
|
||||
container_name: sonic-archivebox
|
||||
env_file:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- DOCKER_ENV=true
|
||||
image: qyg2297248353/bili-fetcher:v1.6.9
|
||||
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.9
|
||||
image: qyg2297248353/bili-fetcher-web:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- DOCKER_ENV=true
|
||||
image: qyg2297248353/bili-fetcher:latest
|
||||
image: qyg2297248353/bili-fetcher:v1.6.9
|
||||
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.9
|
||||
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.3.0
|
||||
image: elasticsearch:8.19.11
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
||||
- LICENSE=basic
|
||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||
image: elasticsearch:8.19.11
|
||||
image: elasticsearch:9.3.0
|
||||
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.3.0
|
||||
image: kibana:8.19.11
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
||||
- I18N_LOCALE="zh-CN"
|
||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||
image: kibana:8.19.11
|
||||
image: kibana:9.3.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+1
-1
@@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/homarr-labs/homarr:v1.53.0
|
||||
image: ghcr.io/ajnart/homarr:0.16.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -8,5 +8,5 @@ HOMARR_ROOT_PATH=/home/homarr
|
||||
PANEL_APP_PORT_HTTP=7575
|
||||
|
||||
# 密钥 [必填]
|
||||
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||
SECRET_ENCRYPTION_KEY=7f0f511ce7898929066688ee9146aa509293a6c58a345ea0ea7270e7b34ff32d
|
||||
|
||||
@@ -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.53.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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.5.6
|
||||
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:
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
services:
|
||||
iyuuplus:
|
||||
container_name: iyuu-plus
|
||||
image: iyuucn/iyuuplus-nodb:latest
|
||||
image: iyuucn/iyuuplus: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.11.6
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user