nick0

Original mealie stack

Feb 15th, 2024
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. version: "3.1"
  2. services:
  3. mealie:
  4. container_name: mealie
  5. image: hkotel/mealie:latest
  6. restart: unless-stopped
  7. network_mode: swag_default
  8. ports:
  9. - 9926:80
  10. environment:
  11. PUID: 1000
  12. PGID: 100
  13. TZ: Europe/London
  14.  
  15. # Default Recipe Settings
  16. RECIPE_PUBLIC: 'false'
  17. RECIPE_SHOW_NUTRITION: 'true'
  18. RECIPE_SHOW_ASSETS: 'true'
  19. RECIPE_LANDSCAPE_VIEW: 'true'
  20. RECIPE_DISABLE_COMMENTS: 'false'
  21. RECIPE_DISABLE_AMOUNT: 'false'
  22.  
  23. # Gunicorn
  24. # WEB_CONCURRENCY: 2
  25. # WORKERS_PER_CORE: 0.5
  26. # MAX_WORKERS: 8
  27. volumes:
  28. - /NAS/appdata/mealie:/app/data
Add Comment
Please, Sign In to add comment