mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
add mealie
This commit is contained in:
parent
936402c25b
commit
221745bb88
1 changed files with 21 additions and 0 deletions
21
mealie/docker-compose.yml
Normal file
21
mealie/docker-compose.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue