Skip to content

Commit

Permalink
hoarder bootstrap tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Dec 31, 2024
1 parent 51b7520 commit 2769377
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion hoarder/.hoarder.env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
HOARDER_VERSION=release
NEXTAUTH_SECRET=bogon
MEILI_MASTER_KEY=bogon
NEXTAUTH_URL=http://hoarder/
NEXTAUTH_URL=http://localhost:3000/
DISABLE_SIGNUPS=true
OPENAI_API_KEY=sk-bogonbogon
7 changes: 4 additions & 3 deletions hoarder/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

web:
image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
restart: unless-stopped
restart: always
volumes:
- data:/data
network_mode: service:sidecar
Expand All @@ -26,7 +26,7 @@ services:
DATA_DIR: /data
chrome:
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
restart: always
network_mode: service:sidecar
command:
- --no-sandbox
Expand All @@ -37,7 +37,7 @@ services:
- --hide-scrollbars
meilisearch:
image: getmeili/meilisearch:v1.11.1
restart: unless-stopped
restart: always
network_mode: service:sidecar
env_file:
- .hoarder-env
Expand All @@ -49,3 +49,4 @@ services:
volumes:
meilisearch:
data:
tailscale-data:

0 comments on commit 2769377

Please sign in to comment.