2025-11-30 03:30:14 +00:00
|
|
|
services:
|
|
|
|
|
mealie:
|
2026-01-24 23:17:25 +00:00
|
|
|
image: ghcr.io/mealie-recipes/mealie:v3.4.0
|
2025-11-30 03:30:14 +00:00
|
|
|
container_name: mealie
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
2026-01-24 23:17:25 +00:00
|
|
|
- "9925:9000"
|
2025-11-30 03:30:14 +00:00
|
|
|
deploy:
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
2026-01-24 23:17:25 +00:00
|
|
|
memory: 1000M
|
2025-11-30 03:30:14 +00:00
|
|
|
volumes:
|
|
|
|
|
- /srv/docker/mealie/mealie-data:/app/data/
|
|
|
|
|
environment:
|
|
|
|
|
# Set Backend ENV Variables Here
|
|
|
|
|
ALLOW_SIGNUP: "false"
|
|
|
|
|
PUID: 1000
|
|
|
|
|
PGID: 1000
|
|
|
|
|
TZ: America/Chicago
|
2026-01-24 23:17:25 +00:00
|
|
|
BASE_URL: http://192.168.X.X
|