kamal volume in rails app shared on host (files update both sides) #1255
Unanswered
prodigerati
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to setup a hotfolder inside of my rails app public directory then on the docker host share the volume with smb on my local network.
sample docker file path
/rails/public/hotfolder
I have this line in my deploy.yml file
when I
kamal deploy
the volume is created correctly on the host and inside the rails app docker container. However when I save new folders and files to the host volume path/var/lib/docker/volumes/app_hotfolder/
they do not show up in the rails app docker container.How can I configure the
volume:
to show changes on the host and inside the app docker container and vise versa?Beta Was this translation helpful? Give feedback.
All reactions