Files
nas-compose/recipe-collector/docker-compose.yml
2024-08-24 10:58:51 +10:00

23 lines
524 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?}
volumes:
- ${NASCOMPOSE_SERVICES?}/recipe-collector/volumes/mealie_data/:/app/data/
restart: unless-stopped
labels:
traefik.enable: true
# Embedded authentication
# traefik.http.routers.mealie.middlewares: authelia@file
networks:
reverse-proxy:
external: true