Lemmy docker-compose for ARM64/v8

https://lemmy.world/post/291962

Lemmy docker-compose for ARM64/v8 - Lemmy.world

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!

Do you what is the otel reference in the docker compose e.g. "http://otel:4137" and config files? I do not see any containers using this host name.
I did some quick google'ing when I saw it... otel is probably opentelemetry, but the Lemmy developers didn't include that in the released docker-compose. Perhaps it is something they're using internally. I haven't notice any telemetry related issues, yet, so I'm just keeping my fingers crossed for now...
OpenTelemetry

The open standard for telemetry

OpenTelemetry
OK. That makes sense. Thanks