2020-03-08 18:12:12 +00:00
|
|
|
version: "2.3"
|
2020-02-02 20:22:23 +00:00
|
|
|
services:
|
|
|
|
duplicati:
|
2020-05-10 19:29:36 +01:00
|
|
|
image: gotify/server:2.0.16
|
2020-02-02 20:22:23 +00:00
|
|
|
environment:
|
|
|
|
- TZ=Europe/London
|
|
|
|
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
|