diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2c9692e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "c:\\Users\\Max\\AppData\\Local\\Programs\\Python\\Python310\\python.exe" +} \ No newline at end of file diff --git a/Docker/immich/compose.yaml b/Docker/immich/compose.yaml index 2845780..75cc47a 100644 --- a/Docker/immich/compose.yaml +++ b/Docker/immich/compose.yaml @@ -4,7 +4,6 @@ services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: @@ -16,22 +15,6 @@ services: - database restart: unless-stopped - immich-microservices: - container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - # extends: - # file: hwaccel.yml - # service: hwaccel - command: [ "start.sh", "microservices" ] - volumes: - - ${UPLOAD_LOCATION}:/usr/src/app/upload - env_file: - - stack.env - depends_on: - - redis - - database - restart: unless-stopped - immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}