Skip to content

Commit 2769377

Browse files
committed
hoarder bootstrap tweaks
1 parent 51b7520 commit 2769377

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

hoarder/.hoarder.env.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
HOARDER_VERSION=release
22
NEXTAUTH_SECRET=bogon
33
MEILI_MASTER_KEY=bogon
4-
NEXTAUTH_URL=http://hoarder/
4+
NEXTAUTH_URL=http://localhost:3000/
5+
DISABLE_SIGNUPS=true
6+
OPENAI_API_KEY=sk-bogonbogon

hoarder/compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313

1414
web:
1515
image: ghcr.io/hoarder-app/hoarder:${HOARDER_VERSION:-release}
16-
restart: unless-stopped
16+
restart: always
1717
volumes:
1818
- data:/data
1919
network_mode: service:sidecar
@@ -26,7 +26,7 @@ services:
2626
DATA_DIR: /data
2727
chrome:
2828
image: gcr.io/zenika-hub/alpine-chrome:123
29-
restart: unless-stopped
29+
restart: always
3030
network_mode: service:sidecar
3131
command:
3232
- --no-sandbox
@@ -37,7 +37,7 @@ services:
3737
- --hide-scrollbars
3838
meilisearch:
3939
image: getmeili/meilisearch:v1.11.1
40-
restart: unless-stopped
40+
restart: always
4141
network_mode: service:sidecar
4242
env_file:
4343
- .hoarder-env
@@ -49,3 +49,4 @@ services:
4949
volumes:
5050
meilisearch:
5151
data:
52+
tailscale-data:

0 commit comments

Comments
 (0)