mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
23 lines
750 B
YAML
Executable File
23 lines
750 B
YAML
Executable File
name: gotify
|
|
services:
|
|
server:
|
|
ports:
|
|
- 8010:80
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- GOTIFY_DEFAULTUSER_PASS='admin'
|
|
volumes:
|
|
- /share/docker_data/gotify/data:/app/data
|
|
image: ${DOCKER_REGISTRY:-}gotify/server
|
|
labels:
|
|
- com.centurylinklabs.watchtower.enable=true
|
|
- homepage.group=Utilities
|
|
- homepage.name=Gotify
|
|
- homepage.weight=1
|
|
- homepage.icon=gotify.png
|
|
- homepage.href=https://gotify.sectorq.eu
|
|
- homepage.description=Notification Server
|
|
- homepage.widget.type=gotify
|
|
- homepage.widget.url=https://gotify.sectorq.eu
|
|
- homepage.widget.key=C3Fy8AQym_sc1zS
|