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:
@@ -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.2.2
|
||||
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.2.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user