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:-true} - TZ=${TZ:-Europe/Berlin} - PUID=${PUID:-1000} - PGID=${PGID:-1000}