Browse Source

Update Mealie to v1.8.0 (#1135)

main
Nathan Fretz 8 months ago
committed by GitHub
parent
commit
1fdb18b54a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 26
      mealie/docker-compose.yml
  2. 8
      mealie/umbrel-app.yml

26
mealie/docker-compose.yml

@ -3,23 +3,19 @@ version: "3.7"
services:
app_proxy:
environment:
APP_HOST: mealie_mealie-frontend_1
APP_PORT: 3000
APP_HOST: mealie_web_1
APP_PORT: 9000
PROXY_AUTH_WHITELIST: "/api/*"
mealie-frontend:
image: hkotel/mealie:frontend-v1.0.0beta-5@sha256:d8ff0ecd5cfe460fb593a99fa78d9ca17401925d287c723a319abd764f80b9f7
environment:
- API_URL=http://mealie-api:9000
volumes:
- ${APP_DATA_DIR}/data:/app/data
web:
image: ghcr.io/mealie-recipes/mealie:v1.8.0@sha256:1622cfc765645792a739443369a11b5c0909c8083b6fcfff194dd44e95bdcad4
restart: on-failure
mealie-api:
image: hkotel/mealie:api-v1.0.0beta-5@sha256:5031ad226b8ec4c895afdc54dab654e07980dd33391a3e8106aadb3f09b73104
environment:
- PUID=1000
- PGID=1000
# Allow additional user sign-up without token
ALLOW_SIGNUP: true
PUID: 1000
PGID: 1000
MAX_WORKERS: 1
WEB_CONCURRENCY: 1
volumes:
- ${APP_DATA_DIR}/data:/app/data
restart: on-failure
- ${APP_DATA_DIR}/data:/app/data

8
mealie/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: mealie
category: files
name: Mealie
version: "1.0.0beta-5"
version: "1.8.0"
tagline: A Place for All Your Recipes
description: >-
Mealie is a self hosted recipe manager and meal planner. Easily add recipes by providing
@ -24,4 +24,8 @@ defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/608
releaseNotes: ""
releaseNotes: >-
This release upgrades Mealie from version 1.0.0beta-5 to 1.8.0.
Full release notes can be found at https://github.com/mealie-recipes/mealie/releases.
Loading…
Cancel
Save