thequad/immich/immich-server.container
2026-01-30 06:50:32 +00:00

42 lines
922 B
Plaintext

[Unit]
Description=Immich - Server
Wants=immich-db.service
After=immich-db.service
After=immich-redis.service
After=immich-ml.service
[Container]
Pod=immich.pod
Image=ghcr.io/immich-app/immich-server:v2.4.1
ContainerName=immich-server
# Environment=TZ=
# Environment=DB_USERNAME=
# Environment=DB_PASSWORD=
# Environment=DB_DATABASE_NAME=
# Environment=DB_HOSTNAME=
# Environment=DB_PORT=
# Environment=REDIS_HOSTNAME=
# Environment=REDIS_PORT=
EnvironmentFile=/mnt/data/containers/immich/.env.immich-server
Volume=/mnt/photo/Upload:/data
Volume=/mnt/photo/Library/:/mnt/Library:ro
Volume=/etc/localtime:/etc/localtime:ro
Label=homepage.group=Documents/Backup
Label=homepage.name=Immich
Label=homepage.icon=immich.png
Label=homepage.href=https://immich.inkletblot.com
Label=homepage.description="Photo Library"
[Service]
Restart=always
TimeoutStartSec=900
SuccessExitStatus=0 143
[Install]
WantedBy=default.target