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:
@@ -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.140.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
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
|
||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -45,7 +45,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.140.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -54,5 +54,5 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:2283
|
||||
restart: always
|
||||
volumes:
|
||||
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
|
||||
- ${IMMICH_ROOT_PATH}/data/library:/data
|
||||
- /etc/localtime:/etc/localtime
|
||||
|
||||
Reference in New Issue
Block a user