mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #938] [MERGED] fix: respect stopped Immich deployments #16250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/938
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/fix-immich-restart-policy📝 Commits (1)
4602452fix: respect stopped Immich deployments📊 Changes
1 file changed (+5 additions, -5 deletions)
View changed files
📝
blueprints/immich/docker-compose.yml(+5 -5)📄 Description
Summary
Closes #792.
Changes the Immich template services from
restart: alwaystorestart: unless-stopped.This keeps normal container recovery behavior, but respects a Dokploy/user stop action across host reboots. It should prevent Immich containers from coming back up after the app was stopped and autodeploy was disabled.
Validation
npm.cmd run validate-template -- --dir ../blueprints/immichnpm.cmd run validate-docker-compose -- --file ../blueprints/immich/docker-compose.ymlgit diff --check🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.