From 4b9343f5af2ad47d45d4f4aa1813efed2d37b95e Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 13 Nov 2023 07:11:20 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index 8b44e11..6cd262f 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -9,17 +9,33 @@ services: - /dockers/homarr/configs:/app/data/configs - /dockers/homarr/icons:/app/public/icons - tandoori: - container_name: tandoori + mealie: + container_name: mealie + image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 restart: always - image: vabene1111/recipes - env_file: - - stack.env + deploy: + resources: + limits: + memory: 1000M # volumes: - - /dockers/tandoori/staticfiles:/opt/recipes/staticfiles - # Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts - - /dockers/tandoori/nginx_config:/opt/recipes/nginx/conf.d - - /dockers/tandoori/mediafiles:/opt/recipes/mediafiles + - /dockers/mealie:/app/data/ + environment: + # Set Backend ENV Variables Here + - ALLOW_SIGNUP=true + - PUID=1000 + - PGID=1000 + - TZ=America/New_York + - MAX_WORKERS=1 + - WEB_CONCURRENCY=1 + - BASE_URL=https://mealie.theburgess.family + + # Database Settings + - DB_ENGINE=postgres + - POSTGRES_USER=mealie + - POSTGRES_PASSWORD=$POSTGRES_PASSWORD + - POSTGRES_SERVER=postgres + - POSTGRES_PORT=5432 + - POSTGRES_DB=mealie thelounge: container_name: thelounge