immich-server:
container_name: immich-server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
devices:
- /dev/dri:/dev/dri
volumes:
- /mnt/data_hdd/immich/library:/data
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- '2283:3001'
depends_on:
- immich-redis
- immich-postgres
restart: always
networks:
- media-network
immich-server:
container_name: immich-server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
devices:
- /dev/dri:/dev/dri
volumes:
- /mnt/data_hdd/immich/library:/data
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- '2283:3001'
depends_on:
- immich-redis
- immich-postgres
restart: always
networks:
- media-network