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
- /etc/localtime:/etc/localtime:ro
- /media/Photos:/usr/src/app/Photos:ro
env_file:
- .env
depends_on:
- redis
- database
- typesense
restart: always
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
- /etc/localtime:/etc/localtime:ro
- /media/Photos:/usr/src/app/Photos:ro
env_file:
- .env
depends_on:
- redis
- database
- typesense
restart: always