Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2025-01-02 10:41:39 +08:00
parent d0726ffbec
commit 15adf333f0
6 changed files with 2 additions and 12 deletions

View File

@ -29,5 +29,3 @@ services:
- ${ENV_FILE:-/etc/1panel/envs/default.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes: volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache - ${IMMICH_ROOT_PATH}/data/cache:/cache
healthcheck:
disable: false

View File

@ -71,5 +71,3 @@ services:
volumes: volumes:
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload - ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
healthcheck:
disable: false

View File

@ -30,5 +30,3 @@ services:
volumes: volumes:
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload - ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
healthcheck:
disable: false

View File

@ -71,8 +71,6 @@ services:
volumes: volumes:
- ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload - ${IMMICH_ROOT_PATH}/data/library:/usr/src/app/upload
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
healthcheck:
disable: false
immich-machine-learning: immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0 image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
@ -90,5 +88,3 @@ services:
- ${ENV_FILE:-/etc/1panel/envs/default.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes: volumes:
- ${IMMICH_ROOT_PATH}/data/cache:/cache - ${IMMICH_ROOT_PATH}/data/cache:/cache
healthcheck:
disable: false

View File

@ -3,7 +3,7 @@ networks:
external: true external: true
services: services:
nocodb: nocodb:
image: nocodb/nocodb:0.258.11 image: nocodb/nocodb:0.258.10
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
windows: windows:
image: dockurr/windows:4.07 image: dockurr/windows:4.06
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"