grocy und gotify hinzugefügt

This commit is contained in:
borgal
2021-11-16 20:54:25 +00:00
parent 8be56be7e5
commit 3bbc8fa15d
3 changed files with 29 additions and 0 deletions

12
gotify/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "2"
services:
gotify:
container_name: gotify
image: gotify/server
ports:
- "8001:80"
volumes:
- ./data:/app/data
environment:
- TZ=Europe/Berlin
restart: unless-stopped

15
grocy/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
---
version: "2.1"
services:
grocy:
image: lscr.io/linuxserver/grocy
container_name: grocy
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./config:/config
ports:
- 8011:80
restart: unless-stopped

View File

@@ -19,7 +19,9 @@ unifi controller | 3478
whoogle | 5000
bookstack | 6875
portainer | 8000
gotify | 8001
papermerge | 8010
grocy | 8011
unifi controller | 8080
openhab | 8081
freescout_app | 8082