Who managed to run Sharetribe within docker-compose

Hey fellows,

i spend now mostly the whole day trying to get Sharetribe running using docker-compose without luck. I’m wondering if there is anybody to successfully deployed it as part of stack where the the mysql service was also a container.

Would be great if someone could share her/his thoughts and experience regarding Sharetribe and Docker

Thanks and cheers

Hello kind sir, try out this guys setup it twerked for me.

https://calantas.org/sharetribe

Thanks!

I was already aware of this but didn’t manage to get it running as i tried it in a rush. I’ll give it a clean try again soon. :wink:

Just adding if it is helpful to anyone:

after following the instructions linked above, I modified the gemfile (under apps folder)
adding the line
gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'

Then I had to, for whatever reason, manually delete the /opt/app/app/assets/webpack folder and recreate it with permissions it was complaining about. I’m on OSX.

then I ran the scripts (Steps 5 & 6) in the link and things worked.

good luck

1 Like

Thanks Greg, i’ll give it another shot before switching completely to Cocorico. :smiley:

I’m not exactly sure what happened but for the record, there has been a little bit of drama with the mimemagic gem as it got updated, then removed entirely as it was corrupted. Because of that, it indeed required some special attention and it seems the mimemagic team has fixed things for good.

UPDATE:

I got it up and running thanks to @gparrow ‘mimemagic’ hint.

@thomasmalbaux thank you for the clarification.

1 Like