#version: "3.8"
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${THUMBS_LOCATION}:/usr/src/app/upload/thumbs
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${BACKUP_LOCATION}:/usr/src/app/upload/backups
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
extends:
#file: hwaccel.yml
#service: hwaccel
file: hwaccel.transcoding.yml
service: quicksync
ports:
- 2283:2283
depends_on:
- redis
- database
networks:
- proxy
- immich
restart: always
volumes:
fotos-familia-originales:
external: true
networks:
proxy:
external: true
immich:
#version: "3.8"
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${THUMBS_LOCATION}:/usr/src/app/upload/thumbs
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${BACKUP_LOCATION}:/usr/src/app/upload/backups
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
extends:
#file: hwaccel.yml
#service: hwaccel
file: hwaccel.transcoding.yml
service: quicksync
ports:
- 2283:2283
depends_on:
- redis
- database
networks:
- proxy
- immich
restart: always
volumes:
fotos-familia-originales:
external: true
networks:
proxy:
external: true
immich: