Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUIDE] What to do if you want to host Send with local database using docker compose on arm64 and nothing works #168

Open
Arturro43 opened this issue Jul 25, 2023 · 1 comment

Comments

@Arturro43
Copy link

Arturro43 commented Jul 25, 2023

Hi,

For the past 15 hours straight I've been struggling to host Send locally using docker-compose (via cosmos-cloud) on my always free oracle instance (arm64) and finally I've found solution.

I finally succeeded by performing the following steps:

  • disable redis
  • modify volume mount
  • set permissions for the local data folder

This is my entire docker-compose.yml (do not just simply copy and paste, change it to your settings):

https://gist.github.com/Arturro43/5a7d05386c9be1cdf02e917c8f6a44f5

After that you go to your ssh (preferably as root) and cd to /usr/ and execute command:

chown 1000:1000 data/send

Done.

@extremelyonline
Copy link

Currently, you need to use xavion-lux's arm64 image from #151.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants