fix(dc): remove unnecessary microservices container

This commit is contained in:
Radu C. Martin 2024-06-17 19:12:33 +02:00
parent 4d300f958e
commit ec50c58241

View file

@ -4,7 +4,6 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.106.4@sha256:d39cb7ecbcc9924f2c51a3e0deb8a469075996c6ba9e1384eb2ddb550984848e
command: ["start.sh", "immich"]
ports:
- 3001:3001
volumes:
@ -24,23 +23,6 @@ services:
networks:
- immich
immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:v1.106.4@sha256:d39cb7ecbcc9924f2c51a3e0deb8a469075996c6ba9e1384eb2ddb550984848e
command: ["start.sh", "microservices"]
volumes:
- /mnt/truenas-services/immich:/usr/src/app/upload
- /mnt/truenas-services/immich-external:/mnt/external
- /etc/localtime:/etc/localtime:ro
env_file:
- stack.env
depends_on:
- redis
- database
restart: always
networks:
- immich
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v1.106.4@sha256:9db20e5c2033bef01fa2be50fa0a2c3d62e43f069aedde4d49a65e65a436d40b