feat: add mealie
This commit is contained in:
parent
72f59303bf
commit
9f2e5b66cd
3 changed files with 28 additions and 0 deletions
|
@ -171,6 +171,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
||||||
- [ ] [Linkwarden](https://linkwarden.app/)
|
- [ ] [Linkwarden](https://linkwarden.app/)
|
||||||
- [x] [Lounge](https://thelounge.chat)
|
- [x] [Lounge](https://thelounge.chat)
|
||||||
- [x] [Matrix](https://matrix.org/)
|
- [x] [Matrix](https://matrix.org/)
|
||||||
|
- [ ] [Mealie](https://mealie.io/)
|
||||||
- [ ] [Miniflux](https://miniflux.app/)
|
- [ ] [Miniflux](https://miniflux.app/)
|
||||||
- [ ] [n8n](https://n8n.io/)
|
- [ ] [n8n](https://n8n.io/)
|
||||||
- [ ] [Netbird](https://netbird.io/)
|
- [ ] [Netbird](https://netbird.io/)
|
||||||
|
|
2
quadlets/mealie/data.volume
Normal file
2
quadlets/mealie/data.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=mealie-data
|
25
quadlets/mealie/mealie.container
Normal file
25
quadlets/mealie/mealie.container
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Mealie Quadlet
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/hkotel/mealie:latest
|
||||||
|
ContainerName=mealie
|
||||||
|
HostName=mealie
|
||||||
|
|
||||||
|
Volume=mealie-data:/app/data
|
||||||
|
|
||||||
|
Environment=BASE_URL=https://mealie.mcgee.red
|
||||||
|
Environment=RECIPE_PUBLIC='true'
|
||||||
|
Environment=RECIPE_SHOW_NUTRITION='true'
|
||||||
|
Environment=RECIPE_SHOW_ASSETS='true'
|
||||||
|
Environment=RECIPE_LANDSCAPE_VIEW='true'
|
||||||
|
Environment=RECIPE_DISABLE_COMMENTS='false'
|
||||||
|
Environment=RECIPE_DISABLE_AMOUNT='false'
|
||||||
|
|
Loading…
Add table
Reference in a new issue