leycloud/gotify.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 19:00:08 +01:00
parent 73d1a513b9
commit 3795ba25b9
1 changed files with 12 additions and 0 deletions

12
leycloud/gotify.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3"
services:
gotify:
image: gotify/server
container_name: gotify
restart: unless-stopped
ports:
- "8083:80"
environment:
- GOTIFY_DEFAULTUSER_PASS=admin # ÄNDERE DAS NACH DEM ERSTEN LOGIN!
volumes:
- /home/florian/docker/gotify/data:/app/data