infrastructure/ansible/roles/pve_docker/files/gotify/docker-compose.yml

15 lines
400 B
YAML
Raw Normal View History

2020-03-08 18:12:12 +00:00
version: "2.3"
2020-02-02 20:22:23 +00:00
services:
gotify:
2021-01-20 20:02:01 +00:00
image: gotify/server:2.0.21
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
- traefik.http.routers.gotify.middlewares=compress@file