Remove gotify

Never used it
This commit is contained in:
Jake Howard
2021-06-12 19:00:39 +01:00
parent 4e5fa59c58
commit b20ffb27c4
4 changed files with 0 additions and 49 deletions

View File

@ -1,14 +0,0 @@
version: "2.3"
services:
gotify:
image: gotify/server:2.0.22
environment:
- TZ={{ TZ }}
volumes:
- ./data:/app/data
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.gotify.rule=Host(`gotify.jakehoward.tech`)
- traefik.http.routers.gotify.tls.certresolver=le
- traefik.http.routers.gotify.middlewares=compress@file