Update home-tools.yaml
parent
152213d596
commit
4b9343f5af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue