From 19fbada8ab30e956ea1a772bb0a6060c4360aa74 Mon Sep 17 00:00:00 2001 From: Beda Schmid Date: Wed, 5 Aug 2026 16:34:50 +0000 Subject: [PATCH] Change data dir --- README.md | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2fd31a..b77196a 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Self-hosted recipe manager with persistent application data and a PostgreSQL dat - **Non-secret environment:** registration policy, runtime UID/GID, timezone, public URL, PostgreSQL topology, and OpenAI model are declared inline in Compose; there is no project-local `.env` - **Secrets:** `/srv/docker/secrets/mealie/.env` -- **NVMe application state:** `/srv/appdata/mealie/data` and `/srv/appdata/mealie/postgres` -- **Bulk HDD data:** none +- **NVMe application state:** `/srv/appdata/mealie/postgres` +- **Bulk HDD data:** `/data/Data1/mealie` - **Other mounts:** none Secrets are never committed to this repository. The central secret environment @@ -20,7 +20,7 @@ is supplied to the Mealie and PostgreSQL services. - **Networks/dependencies:** Mealie depends on the healthy PostgreSQL service through the private `mealie_internal` network and uses the external `npm_proxy` network at `192.168.98.13` -- **Back up:** `/srv/appdata/mealie/data`, `/srv/appdata/mealie/postgres`, and the separately protected Mealie +- **Back up:** `/srv/appdata/mealie/postgres`, `/data/Data1/mealie`, and the separately protected Mealie secret environment - **Re-creatable:** the Mealie and PostgreSQL containers; no persistent cache is declared diff --git a/docker-compose.yml b/docker-compose.yml index 23b0364..54ab6c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: limits: memory: 1000M volumes: - - /srv/appdata/mealie/data:/app/data/ + - /data/Data1/mealie:/app/data/ env_file: - /srv/docker/secrets/mealie/.env environment: