version: '3.9' services: gotify: image: ghcr.io/gotify/server:latest container_name: Gotify restart: on-failure:5 ports: - 6789:80 volumes: - /docker/gotify:/app/data:rw environment: GOTIFY_DEFAULTUSER_NAME: admin GOTIFY_DEFAULTUSER_PASS: zaq12wsx TZ: Europe/Warsaw