File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11HOARDER_VERSION=release
22NEXTAUTH_SECRET=bogon
33MEILI_MASTER_KEY=bogon
4- NEXTAUTH_URL=http://hoarder/
4+ NEXTAUTH_URL=http://localhost:3000/
5+ DISABLE_SIGNUPS=true
6+ OPENAI_API_KEY=sk-bogonbogon
Original file line number Diff line number Diff 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:
4949volumes :
5050 meilisearch :
5151 data :
52+ tailscale-data :
You can’t perform that action at this time.
0 commit comments