add mealie

This commit is contained in:
Michi 2025-03-02 12:39:44 +01:00 committed by GitHub
parent 936402c25b
commit 221745bb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
mealie/docker-compose.yml Normal file
View file

@ -0,0 +1,21 @@
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:latest
container_name: mealie
restart: unless-stopped
ports:
- 4448:9000
environment:
- TZ=Europe/Zurich
- PUID=0
- PGID=0
- ALLOW_SIGNUP=false
- BASE_URL=https://cook.example.com
- SECURITY_MAX_LOGIN_ATTEMPTS=10
- DEFAULT_GROUP=home
volumes:
- ./data:/app/data
# Default credentials
# Username: changeme@example.com
# Password: MyPassword