grocy und gotify hinzugefügt
This commit is contained in:
12
gotify/docker-compose.yml
Normal file
12
gotify/docker-compose.yml
Normal 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
15
grocy/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user