homelab-infrastructure/leycloud/gotify.yml

12 lines
297 B
YAML

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