Has anyone managed to get the docker-compose file working for ARM64/v8 architechture. I am trying to use an Oracle free tier server for self-hosting lemmy
You’ll want to use the ARM images instead of the default AMD64 images.
- For Lemmy:
image: dessalines/lemmy:0.17-linux-arm64
- For Lemmy-UI:
image: dessalines/lemmy-ui:0.17-linux-arm64
Those should get you pass any architecture related issues.
I’ve finally just got my instance up and running along with using my traefik gateway (instead of the nginx they have). It is 5AM on a Monday for me, so I better go take a quick nap before work. I’ll make a separate post later on the steps I’ve taken to make that work “relatively cleanly”.
Good luck!
Only bad thing though is that there’s no build for 0.17.4 for ARM64v8 right now, despite this version including some “security fixes”, as stated in the changelog.
That’s why I made this post.
Someone else mentioned a github issue, looks like their build script for multiarch is failing. I trust that they will resolve this shortly :)
Hey, chiming in again to ask if you might have a link to the mentioned GitHub issue? 0.18.0 is said to release soon and I’d like to know what’s up.
This is the GitHub issue: https://github.com/LemmyNet/lemmy/issues/3102
Seems like the PR that WAs broken and locking was merged. So I guess we shall see.
Ahh yes, thank you. I overlooked that one.
- For Lemmy: