[PR #1165] [MERGED] Add tmpfs to docker-compose #1207

Closed
opened 2026-02-04 21:57:03 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1165
Author: @jasonajack
Created: 6/2/2025
Status: Merged
Merged: 6/2/2025
Merged by: @meltyshev

Base: masterHead: patch-1


📝 Commits (2)

📊 Changes

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

View changed files

📝 docker-compose.yml (+4 -0)

📄 Description

Based on the findings from https://github.com/plankanban/planka/issues/852 a tmpfs location is needed for /app/.tmp to send attachments if you override the user UID/GID.

All of my volume mounts point to a local directory for a system user so I have to override the uid/gid for all of my containers. I believe many others fit into this same scenario, so having this optional text in the docker compose file would be very helpful.

I would have discussed within the issue before submitting this PR but the issue was already closed. I hope you receive this well!


🔄 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/plankanban/planka/pull/1165 **Author:** [@jasonajack](https://github.com/jasonajack) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`fe37f63`](https://github.com/plankanban/planka/commit/fe37f63108fec09a5ea3738659a1cffa6cbbb68e) Add tmpfs to docker-compose - [`5ddabf2`](https://github.com/plankanban/planka/commit/5ddabf2b6507a62dfa751d61146c6e470ac5efc1) chore: Fix indents ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+4 -0) </details> ### 📄 Description Based on the findings from https://github.com/plankanban/planka/issues/852 a tmpfs location is needed for /app/.tmp to send attachments _if_ you override the user UID/GID. All of my volume mounts point to a local directory for a system user so I have to override the uid/gid for all of my containers. I believe many others fit into this same scenario, so having this optional text in the docker compose file would be very helpful. I would have discussed within the issue before submitting this PR but the issue was already closed. I hope you receive this well! --- <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-04 21:57:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1207