Add Meals-Recipes-Groceries/Mealie/Compose.yaml
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
mealie:
|
||||||
|
image: ghcr.io/mealie-recipes/mealie:v3.4.0 #
|
||||||
|
container_name: mealie
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "9925:9000" #
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
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
|
||||||
|
BASE_URL: http://192.168.X.X
|
||||||
Reference in New Issue
Block a user