services: add Grocy
This commit is contained in:
parent
164e4fe2d8
commit
5b1ba56ba9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@
|
|||
/bazarr
|
||||
/quassel
|
||||
/lidarr
|
||||
/grocy
|
||||
|
|
|
@ -319,6 +319,22 @@ services:
|
|||
- 4242:4242
|
||||
- 113:10113 #optional
|
||||
|
||||
grocy:
|
||||
image: linuxserver/grocy
|
||||
container_name: grocy
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- VIRTUAL_HOST=grocy.belanyi.fr
|
||||
- LETSENCRYPT_HOST=grocy.belanyi.fr
|
||||
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./grocy:/config
|
||||
ports:
|
||||
- 9283:80
|
||||
|
||||
volumes:
|
||||
certs:
|
||||
vhost.d:
|
||||
|
|
Reference in a new issue