[PR #1254] [MERGED] feat(deployment): support docker secrets #8971

Closed
opened 2026-02-05 13:56:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1254
Author: @EnochPrime
Created: 1/4/2023
Status: Merged
Merged: 2/6/2023
Merged by: @alextran1502

Base: mainHead: docker-secrets


📝 Commits (5)

📊 Changes

2 files changed (+42 additions, -0 deletions)

View changed files

📝 server/start-microservices.sh (+21 -0)
📝 server/start-server.sh (+21 -0)

📄 Description

Adds support for docker secrets with *_FILE environmental variables to server and microservices for the following variables:

  • DB_HOSTNAME
  • DB_DATABASE_NAME
  • DB_USERNAME
  • DB_PASSWORD

Closes #14


🔄 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/1254 **Author:** [@EnochPrime](https://github.com/EnochPrime) **Created:** 1/4/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `docker-secrets` --- ### 📝 Commits (5) - [`eab78fa`](https://github.com/immich-app/immich/commit/eab78fae48374964899327e6668afbf187a7f25b) Support secrets - [`4194383`](https://github.com/immich-app/immich/commit/4194383725b6409958c6442f59ce30a6ac0c19d6) Rewrite to support sh - [`60e787c`](https://github.com/immich-app/immich/commit/60e787c4bb7ac457ba31187a463108a103b0efaf) Merge branch 'immich-app:main' into docker-secrets - [`8bbad0f`](https://github.com/immich-app/immich/commit/8bbad0f7b42ce12adc4dca00703774741d9ce167) Remove JWT_SECRET - [`34c2048`](https://github.com/immich-app/immich/commit/34c20488e45afd8d5ea76ee3bae3b2fa8f308141) Merge branch 'docker-secrets' of https://github.com/EnochPrime/immich into docker-secrets ### 📊 Changes **2 files changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/start-microservices.sh` (+21 -0) 📝 `server/start-server.sh` (+21 -0) </details> ### 📄 Description Adds support for docker secrets with `*_FILE` environmental variables to server and microservices for the following variables: - `DB_HOSTNAME` - `DB_DATABASE_NAME` - `DB_USERNAME` - `DB_PASSWORD` Closes #14 --- <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 13:56:18 +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#8971