.
Deploy immich / deploy (push) Successful in 8s

This commit is contained in:
Mike McFetridge
2026-07-21 17:52:19 -04:00
parent fcdbff0819
commit 5e3215fe56
+6 -2
View File
@@ -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