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

Open
opened 2024-03-17 17:53:27 +00:00 by cas · 4 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
Owner

Working on a fix!

Working on a fix!
Owner

It's ready to test at #7

It's ready to test at #7
Sign in to join this conversation.
No description provided.