Source

File: http://svn.grimore.org/docker/compose/gotify.yml -

version: '3.7'

services:
  gotify:
    image: gotify/server
    ports:
      - "50111:80"
    volumes:
      - /mnt/docker/data/gotify:/app/data
    environment:
      - TZ="Etc/UTC"