Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detailed steps for self-hosting the app using Docker Compose #604

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

Create a new directory to host the compose file and env variables.

```
mkdir hoarder
cd hoarder
```

### 2. Download the compose file

Download the docker compose file provided [here](https://github.com/hoarder-app/hoarder/blob/main/docker/docker-compose.yml).
Expand Down Expand Up @@ -83,6 +88,10 @@ Check the [configuration docs](/configuration) for extra features to enable such

Go to the [quick sharing page](/quick-sharing) to install the mobile apps and the browser extensions. Those will help you hoard things faster!

### Note on GCP VM

If you are running this on a GCP VM, you will get an HTTP address to access the app. Make sure to configure the `NEXTAUTH_URL` variable in the `.env` file to point to this address.

## Updating

Updating hoarder will depend on what you used for the `HOARDER_VERSION` env variable.
Expand Down