diff --git a/examples/immich/docker-compose.yml b/examples/immich/docker-compose.yml index 8207f0a..e70950b 100644 --- a/examples/immich/docker-compose.yml +++ b/examples/immich/docker-compose.yml @@ -4,7 +4,6 @@ services: immich-server: container_name: immich-server image: altran1502/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -36,26 +35,6 @@ services: # - traefik.http.routers.immich.middlewares=local-ipwhitelist@file # - "com.centurylinklabs.watchtower.enable=true" - immich-microservices: - container_name: immich-microservices - image: altran1502/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "microservices" ] - volumes: - - ${UPLOAD_LOCATION}:/usr/src/app/upload - - /etc/localtime:/etc/localtime:ro - env_file: - - .env - environment: - - NODE_ENV=production - depends_on: - - immich-redis - - immich-database - restart: unless-stopped - #labels: - # - "com.centurylinklabs.watchtower.enable=true" - #networks: - # - proxy - immich-machine-learning: image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release} container_name: immich-ml