[PR #68] [MERGED] 62 docker compose secrets #261

Closed
opened 2026-02-27 19:17:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/68
Author: @KeManen
Created: 2/11/2024
Status: Merged
Merged: 2/12/2024
Merged by: @KeManen

Base: masterHead: 62-docker-compose-secrets


📝 Commits (8)

  • 5ea3c04 Added docker secrets for spotify client data
  • 5507126 Inject secrets to backend
  • 2f394c6 Merge commit '19ad9285a0' into 62-docker-compose-secrets
  • 819f303 Added documentation for the secret files
  • e951403 Being more clear on documentation
  • 139259f Better English
  • ab3448b Pythonic naming for injecting secrets
  • 9f23b43 styleing for method

📊 Changes

4 files changed (+39 additions, -4 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 README.md (+11 -1)
📝 docker-compose.yml (+10 -3)
📝 server/src/main.py (+14 -0)

📄 Description

Added spotify secrets as secret files.

For some reason docker compose doesn't load secrets as env vars like it does in swarm mode so we inject the secrets at runtime.


🔄 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/EddieTheCubeHead/Stagnum/pull/68 **Author:** [@KeManen](https://github.com/KeManen) **Created:** 2/11/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `62-docker-compose-secrets` --- ### 📝 Commits (8) - [`5ea3c04`](https://github.com/EddieTheCubeHead/Stagnum/commit/5ea3c0431a0a830e447756992ff5001f752379fa) Added docker secrets for spotify client data - [`5507126`](https://github.com/EddieTheCubeHead/Stagnum/commit/550712643371ab9d376f1a238ef6273875037bab) Inject secrets to backend - [`2f394c6`](https://github.com/EddieTheCubeHead/Stagnum/commit/2f394c6c984d89637680b0e0be8f34593f120a14) Merge commit '19ad9285a04ea44647045739df17a5cf605abc71' into 62-docker-compose-secrets - [`819f303`](https://github.com/EddieTheCubeHead/Stagnum/commit/819f303933efa14c6baa750ea8879df91a90d648) Added documentation for the secret files - [`e951403`](https://github.com/EddieTheCubeHead/Stagnum/commit/e9514035bf410454ae0d5c2d58642bc858fc5324) Being more clear on documentation - [`139259f`](https://github.com/EddieTheCubeHead/Stagnum/commit/139259f24a59732232af69023b4ac209611bb124) Better English - [`ab3448b`](https://github.com/EddieTheCubeHead/Stagnum/commit/ab3448bea5a81cd1d085fb918679264b3513dd5b) Pythonic naming for injecting secrets - [`9f23b43`](https://github.com/EddieTheCubeHead/Stagnum/commit/9f23b43cd210de3482bd8c76569ab2352a270c3b) styleing for method ### 📊 Changes **4 files changed** (+39 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `README.md` (+11 -1) 📝 `docker-compose.yml` (+10 -3) 📝 `server/src/main.py` (+14 -0) </details> ### 📄 Description Added spotify secrets as secret files. For some reason docker compose doesn't load secrets as env vars like it does in swarm mode so we inject the secrets at runtime. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#261
No description provided.