mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
22
gotify/docker-compose.yml
Normal file
22
gotify/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: gotify
|
||||||
|
services:
|
||||||
|
server:
|
||||||
|
ports:
|
||||||
|
- 8010:80
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- GOTIFY_DEFAULTUSER_PASS='admin'
|
||||||
|
volumes:
|
||||||
|
- /share/docker_data/gotify/data:/app/data
|
||||||
|
image: 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
|
Reference in New Issue
Block a user