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

16 lines
426 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:
duplicati:
2020-02-21 09:24:55 +00:00
image: gotify/server:2.0.14
2020-02-02 20:22:23 +00:00
container_name: gotify
environment:
- TZ=Europe/London
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=true"
- "traefik.http.routers.gotify.tls.certresolver=le"