Requires manual intervention that should be in entrypoint.sh #2

Open
opened 2024-03-17 17:53:27 +00:00 by cas · 2 comments
Owner

It requires you to copy the font-end files into a separate directory, we could do that in entrypoint I think.

Also requires database migration which could be done in the entrypoint.

It requires you to copy the font-end files into a separate directory, we could do that in entrypoint I think. Also requires database migration which could be done in the entrypoint.
Author
Owner

Also the frontend files thing instructions are incredibly unclear (and impossible since the volume is mounted ro unless you copy it at the host side, which is completely unclear from the docs).

Also the frontend files thing instructions are incredibly unclear (and impossible since the volume is mounted ro unless you copy it at the host side, which is completely unclear from the docs).
Author
Owner

Just to document it for future users until this is fixed:

  • Undeploy
  • Edit the compose.yml to remove the ':ro' from the frontend-data volume.
  • Deploy --chaos
  • Do the copy suggested in the README.md in the api container
  • Undeploy
  • Revert local changes in funkwhale recipe
  • Deploy again, done with that step
Just to document it for future users until this is fixed: - Undeploy - Edit the compose.yml to remove the ':ro' from the frontend-data volume. - Deploy --chaos - Do the copy suggested in the README.md in the `api` container - Undeploy - Revert local changes in funkwhale recipe - Deploy again, done with that step
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
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: coop-cloud/funkwhale#2
No description provided.