@@ -3,13 +3,17 @@ name: immich
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/immich-server:v3
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu
|
||||
volumes:
|
||||
- /home/miker/docker/immich/library:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
DB_USERNAME: postgresadmin
|
||||
DB_PASSWORD: mM3PXXUjK0QMz7
|
||||
DB_DATABASE_NAME: immich
|
||||
ports:
|
||||
- '2283:2283'
|
||||
depends_on:
|
||||
@@ -24,7 +28,7 @@ services:
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v3
|
||||
# extends:
|
||||
# file: hwaccel.ml.yml
|
||||
# service: cpu
|
||||
|
||||
Reference in New Issue
Block a user