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