Files
container/mealie/docker-compose.yml

14 lines
366 B
YAML

services:
mealie:
image: ghcr.io/mealie-recipes/mealie:${MEALIE_TAG:-latest}
restart: unless-stopped
ports:
- "${MEALIE_PORT:-9000}:9000"
volumes:
- "${DATA_PATH:-./mealie/data}:/app/data"
environment:
- ALLOW_SIGNUP=${ALLOW_SIGNUP:-false}
- TZ=${TZ:-Europe/Berlin}
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}