Change data dir
This commit is contained in:
@@ -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,
|
- **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`
|
and OpenAI model are declared inline in Compose; there is no project-local `.env`
|
||||||
- **Secrets:** `/srv/docker/secrets/mealie/.env`
|
- **Secrets:** `/srv/docker/secrets/mealie/.env`
|
||||||
- **NVMe application state:** `/srv/appdata/mealie/data` and `/srv/appdata/mealie/postgres`
|
- **NVMe application state:** `/srv/appdata/mealie/postgres`
|
||||||
- **Bulk HDD data:** none
|
- **Bulk HDD data:** `/data/Data1/mealie`
|
||||||
- **Other mounts:** none
|
- **Other mounts:** none
|
||||||
|
|
||||||
Secrets are never committed to this repository. The central secret environment
|
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
|
- **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`
|
`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
|
secret environment
|
||||||
- **Re-creatable:** the Mealie and PostgreSQL containers; no persistent cache is declared
|
- **Re-creatable:** the Mealie and PostgreSQL containers; no persistent cache is declared
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 1000M
|
memory: 1000M
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/appdata/mealie/data:/app/data/
|
- /data/Data1/mealie:/app/data/
|
||||||
env_file:
|
env_file:
|
||||||
- /srv/docker/secrets/mealie/.env
|
- /srv/docker/secrets/mealie/.env
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user