this post was submitted on 19 Jun 2023
9 points (100.0% liked)

Selfhosted

40458 readers
345 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (19 children)

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!

[–] SpecGeo 1 points 1 year ago (1 children)

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.

[–] chiisana 2 points 1 year ago (1 children)

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...

[–] SpecGeo 1 points 1 year ago

OK. That makes sense. Thanks

load more comments (17 replies)