Initial commit (I feel unsafe)

This commit is contained in:
2026-01-16 00:11:58 -08:00
commit d69daa37bf
121 changed files with 4153 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
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}