A way to have a pre-populated path for volumes #659
Triskae
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
DOCKGE_STACKS_DIR is used to define the default folder for stacks.
Let's say I chose: /mnt/some-disk/stacks
When you want to add a volume, it's a bit time-consuming to type /mnt/some-disk/stacks on the left-hand side of the volume.
Especially if the container needs multiple mappings.
✔️ Solution
Wouldn't it be better, when creating a stack, to have a volume pre-populated with DOCKGE_STACKS_DIR in yaml, just as port mappings are already pre-populated with default values?
You could also imagine that when you add a line to the left-hand side of the interface, the new lines are also pre-populated with DOCKGE_STACKS_DIR.
What do you think?
I could do the development if you think it's a good idea.
❓ Alternatives
We could use another environment variable than DOCKGE_STACKS_DIR, although I think we could use the same one.
We could also imagine that this is a dockge configuration, and that we could therefore change this value from the interface, to remain in line with the project guidelines.
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions