[PR #23948] [MERGED] fix: devcontainer server not starting due to missing plugins mount #17690

Closed
opened 2026-02-05 16:25:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/23948
Author: @insertish
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @danieldietzler

Base: mainHead: insertish-patch-1


📝 Commits (1)

  • ba17620 fix: add plugin directory to container-compose overrides

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 .devcontainer/server/container-compose-overrides.yml (+1 -0)

📄 Description

docker-compose.dev.yml had this volume added: (4dcc049465)

+       - ../plugins:/build/corePlugin

But this is not present in .devcontainer/server/container-compose-overrides.yml which makes the API server fail to start trying to load the plugins code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/23948 **Author:** [@insertish](https://github.com/insertish) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@danieldietzler](https://github.com/danieldietzler) **Base:** `main` ← **Head:** `insertish-patch-1` --- ### 📝 Commits (1) - [`ba17620`](https://github.com/immich-app/immich/commit/ba176207d7949a873b45c50a8eb82bbf8a16094f) fix: add plugin directory to container-compose overrides ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/server/container-compose-overrides.yml` (+1 -0) </details> ### 📄 Description docker-compose.dev.yml had this volume added: (4dcc04946584b7822faba82644cf8644d4d7da8d) ```diff + - ../plugins:/build/corePlugin ``` But this is not present in `.devcontainer/server/container-compose-overrides.yml` which makes the API server fail to start trying to load the plugins code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:25:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#17690