Update home-tools.yaml

master
Dex Burgess 2023-11-13 07:11:20 +00:00
parent 152213d596
commit 4b9343f5af
1 changed files with 25 additions and 9 deletions

View File

@ -9,17 +9,33 @@ services:
- /dockers/homarr/configs:/app/data/configs - /dockers/homarr/configs:/app/data/configs
- /dockers/homarr/icons:/app/public/icons - /dockers/homarr/icons:/app/public/icons
tandoori: mealie:
container_name: tandoori container_name: mealie
image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1
restart: always restart: always
image: vabene1111/recipes deploy:
env_file: resources:
- stack.env limits:
memory: 1000M #
volumes: volumes:
- /dockers/tandoori/staticfiles:/opt/recipes/staticfiles - /dockers/mealie:/app/data/
# Do not make this a bind mount, see https://docs.tandoor.dev/install/docker/#volumes-vs-bind-mounts environment:
- /dockers/tandoori/nginx_config:/opt/recipes/nginx/conf.d # Set Backend ENV Variables Here
- /dockers/tandoori/mediafiles:/opt/recipes/mediafiles - 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: thelounge:
container_name: thelounge container_name: thelounge