Immich changes
This commit is contained in:
@@ -11,9 +11,9 @@ services:
|
||||
networks:
|
||||
homenet:
|
||||
|
||||
immich-microservices:
|
||||
networks:
|
||||
homenet:
|
||||
# immich-microservices:
|
||||
# networks:
|
||||
# homenet:
|
||||
|
||||
immich-machine-learning:
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
entrypoint: ["/bin/sh", "./start-server.sh"]
|
||||
# entrypoint: ["/bin/sh", "./start-server.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
env_file:
|
||||
@@ -14,18 +14,18 @@ services:
|
||||
- database
|
||||
restart: always
|
||||
|
||||
immich-microservices:
|
||||
container_name: immich_microservices
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
entrypoint: ["/bin/sh", "./start-microservices.sh"]
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
restart: always
|
||||
# immich-microservices:
|
||||
# container_name: immich_microservices
|
||||
# image: ghcr.io/immich-app/immich-server:release
|
||||
# entrypoint: ["/bin/sh", "./start-microservices.sh"]
|
||||
# volumes:
|
||||
# - ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
# env_file:
|
||||
# - .env
|
||||
# depends_on:
|
||||
# - redis
|
||||
# - database
|
||||
# restart: always
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
@@ -53,7 +53,9 @@ services:
|
||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||
PG_DATA: /var/lib/postgresql/data
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
# - pgdata:/var/lib/postgresql/data
|
||||
# - /mnt/Data/.system/containerdata/immich-db:/newdata
|
||||
- /mnt/Data/.system/containerdata/immich-db:/var/lib/postgresql/data
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user