this post was submitted on 22 Jun 2023
6 points (100.0% liked)

Self Hosted - Self-hosting your services.

11197 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I know everyone is still fiddling around with setup, but I have tried and tried to get my own compose working but have had no luck. If anyone can share their working compose, it would be really helpful. I have an existing Nginx Proxy Manager container serving as my reverse proxy, so I don’t want to install the nginx container in the sample compose either. Thanks!

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

First clone the repo, then initialize submodules and update, then go into the docker directory and run docker compose. That did the trick for me with the sample compose file

[–] [email protected] 1 points 1 year ago

Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)

[–] [email protected] 1 points 1 year ago (1 children)

Here's how I setup mine https://lemmy.dcrich.net/post/1150

It's better to go ahead and install the nginx container as the config will handle all the backend stuff and all you have to do is forward port 80 in NPM

[–] [email protected] 1 points 1 year ago

This finally worked for me! You are fantastic! What do you think about the 0.18.0 update? Any thoughts on the nginx.conf file? It seems to have broken my (finally) working install so I rolled back.