feat(grocy): add Grocy
This commit is contained in:
parent
8a20cf4a3b
commit
0569221088
3 changed files with 26 additions and 0 deletions
22
quadlets/grocy/grocy.container
Normal file
22
quadlets/grocy/grocy.container
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Grocy grocery management
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=lscr.io/linuxserver/grocy
|
||||||
|
ContainerName=grocy
|
||||||
|
AutoUpdate=registry
|
||||||
|
|
||||||
|
Network=grocy.network
|
||||||
|
HostName=grocy
|
||||||
|
PublishPort=9283:80
|
||||||
|
|
||||||
|
Volume=grocy-config:/config
|
||||||
|
|
||||||
|
Environment=TZ=Etc/UTC
|
1
quadlets/grocy/grocy.network
Normal file
1
quadlets/grocy/grocy.network
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[Network]
|
3
quadlets/grocy/grocy.volume
Normal file
3
quadlets/grocy/grocy.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=grocy-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue