--- services: mealie: image: ghcr.io/mealie-recipes/mealie container_name: mealie pull_policy: always restart: unless-stopped ports: - 127.0.0.1:${PORT}:9000 deploy: resources: limits: memory: 2048M volumes: - type: bind source: ${VOLUME_PATH} target: /app/data bind: create_host_path: true environment: ALLOW_SIGNUP: false PUID: ${PUID} PGID: ${PGID} TZ: America/Phoenix MAX_WORKERS: 1 WEB_CONCURRENCY: 1 BASE_URL: ${BASE_URL}