mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #68] [MERGED] 62 docker compose secrets #261
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/EddieTheCubeHead/Stagnum/pull/68
Author: @KeManen
Created: 2/11/2024
Status: ✅ Merged
Merged: 2/12/2024
Merged by: @KeManen
Base:
master← Head:62-docker-compose-secrets📝 Commits (8)
5ea3c04Added docker secrets for spotify client data5507126Inject secrets to backend2f394c6Merge commit '19ad9285a0' into 62-docker-compose-secrets819f303Added documentation for the secret filese951403Being more clear on documentation139259fBetter Englishab3448bPythonic naming for injecting secrets9f23b43styleing 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.