Files

25 lines
526 B
YAML
Raw Permalink Normal View History

services:
mealie:
2026-01-24 23:17:25 +00:00
image: ghcr.io/mealie-recipes/mealie:v3.4.0
container_name: mealie
restart: unless-stopped
2026-05-02 02:39:50 +00:00
#ports:
# - "9925:9000"
deploy:
resources:
limits:
2026-01-24 23:17:25 +00:00
memory: 1000M
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-05-02 02:39:50 +00:00
BASE_URL: http://192.168.50.4
networks:
default:
external: true
name: nginx