Update docker-compose.yml

This commit is contained in:
LRVT 2023-03-20 21:39:49 +01:00 committed by GitHub
parent 07dfe8ed40
commit 33b0cf9e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,15 +52,12 @@ services:
#immich-machine-learning: #immich-machine-learning:
# image: altran1502/immich-machine-learning:release # image: altran1502/immich-machine-learning:release
# container_name: immich-ml # container_name: immich-ml
# entrypoint: ["/bin/sh", "./entrypoint.sh"]
# volumes: # volumes:
# - ${UPLOAD_LOCATION}:/usr/src/app/upload # - ${UPLOAD_LOCATION}:/usr/src/app/upload
# env_file: # env_file:
# - .env # - .env
# environment: # environment:
# - NODE_ENV=production # - NODE_ENV=production
# depends_on:
# - immich-database
# restart: unless-stopped # restart: unless-stopped
# labels: # labels:
# - "com.centurylinklabs.watchtower.enable=true" # - "com.centurylinklabs.watchtower.enable=true"