services: add Grocy

This commit is contained in:
Bruno BELANYI 2019-12-30 16:27:28 +01:00
parent 164e4fe2d8
commit 5b1ba56ba9
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@
/bazarr
/quassel
/lidarr
/grocy

View file

@ -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: