Compare commits

..
3 Commits
Author SHA1 Message Date
smileBeda 89d4215880 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-08-05 16:25:31 +00:00
smileBeda c237dd3d1f Initial commit 2026-08-05 16:25:27 +00:00
smileBeda 3d5be567a2 Initial commit 2026-08-05 16:24:48 +00:00
3 changed files with 2 additions and 45 deletions
-19
View File
@@ -12,22 +12,3 @@
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
# Secrets and environment files
.env
.env.*
!.env.example
# Editor and OS artifacts
*.swp
.DS_Store
# BEGIN reset-history environment exclusions
.env
.env.*
*.env
*.env.*
!.env.example
!.env.*.example
!*.env.example
!*.env.*.example
# END reset-history environment exclusions
+1 -25
View File
@@ -1,26 +1,2 @@
# Mealie # mealie
Self-hosted recipe manager with persistent application data and a PostgreSQL database.
## Deployment layout
- **Compose:** `/srv/docker/mealie/docker-compose.yml`
- **Static configuration/source:** no additional static configuration or build source
- **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/postgres`
- **Bulk HDD data:** `/data/Data1/mealie`
- **Other mounts:** none
Secrets are never committed to this repository. The central secret environment
is supplied to the Mealie and PostgreSQL services.
## Dependencies and recovery
- **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/postgres`, `/data/Data1/mealie`, and the separately protected Mealie
secret environment
- **Re-creatable:** the Mealie and PostgreSQL containers; no persistent cache is declared
+1 -1
View File
@@ -10,7 +10,7 @@ services:
limits: limits:
memory: 1000M memory: 1000M
volumes: volumes:
- /data/Data1/mealie:/app/data/ - /srv/appdata/mealie/data:/app/data/
env_file: env_file:
- /srv/docker/secrets/mealie/.env - /srv/docker/secrets/mealie/.env
environment: environment: