Miosame / Miosame/flatline

Better way to make /storage accessible without persistent volumes

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

PR welcome
Dominant language
Less
Stars
28
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Currently laravel is being shared inbetween two containers, so when it wants to write logs to /storage - it fails to do so. The ideal solution would make this hack obsolete: https://github.com/Miosame/flatline/blob/655d8746f087e01b24293ff69ae697178558fa66/install.sh#L18 and maintain host volume mounts, instead of persistent data volumes, due to those not being easy to backup for the end-user.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting install.sh at line 18 and trace how the two containers share Laravel's /storage path. Determine how host volume mounts are configured and define completion as Laravel being able to write logs without the current hack, while keeping data accessible for user backups instead of using persistent data volumes.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel
Domain
devops, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.