I made this stack based on my own deployment of Lemmy, it should allow anyone to run a Lemmy stack in Compose, with LE SSL behind Traefik. I’ve tested it behind docker-compose on Windows and Ubuntu. Interested in any feedback or PRs :)

  • gabe [he/him]@literature.cafe
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I can vouch for this, it works pretty well. Lemmy’s ansible is extremely busted and this was the only I could get it to work without it fully breaking every time my server rebooted.

    Also, If it throws an error at first do this to make the initial config generator executable. Some systems might require this, some won’t. Mine did. While in the base ezlemmy directory do this.

    chmod +x /config/config-entrypoint.sh