2020-03-08 18:12:12 +00:00
|
|
|
version: "2.3"
|
2020-02-02 20:22:23 +00:00
|
|
|
services:
|
2020-11-08 11:07:57 +00:00
|
|
|
gotify:
|
2021-04-16 22:19:27 +01:00
|
|
|
image: gotify/server:2.0.22
|
2020-02-02 20:22:23 +00:00
|
|
|
environment:
|
2021-02-10 09:12:42 +00:00
|
|
|
- TZ={{ TZ }}
|
2020-02-02 20:22:23 +00:00
|
|
|
volumes:
|
|
|
|
- ./data:/app/data
|
|
|
|
restart: unless-stopped
|
|
|
|
labels:
|
2020-06-18 20:49:12 +01:00
|
|
|
- traefik.enable=true
|
|
|
|
- traefik.http.routers.gotify.rule=Host(`gotify.jakehoward.tech`)
|
|
|
|
- traefik.http.routers.gotify.tls.certresolver=le
|
2020-09-18 12:42:36 +01:00
|
|
|
- traefik.http.routers.gotify.middlewares=compress@file
|