yaml
services:

  gotify:
    container_name: Gotify
    image: gotify/server:2
    ports:
      - 8080:80
    environment:
      GOTIFY_DEFAULTUSER_PASS: 'admin'
    volumes:
      - gotify:/app/data
    restart: unless-stopped