Files
nas-compose/recipe-collector/docker-compose.yml
2024-08-24 09:26:41 +10:00

23 lines
513 B
YAML

name: recipe-collector
services:
mealie:
hostname: mealie
image: ghcr.io/mealie-recipes/mealie
networks:
- reverse-proxy
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
LOG_LEVEL: debug
volumes:
- ${NASCOMPOSE_SERVICES?}/recipe-collector/volumes/mealie_data/:/app/data/
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.mealie.middlewares: authelia@file
networks:
reverse-proxy:
external: true